This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

IsPlayable2

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Oblivion Script Extender.

Syntax:

(isPlayable:bool) reference.IsPlayable2 objectID:ref

Returns whether the specified object is playable or not. If the object is of a type which cannot be flagged as playable in the editor, this function returns true. Use IsPlayable for a different behaviour.


See Also