Difference between revisions of "IsPlayable"
Jump to navigation
Jump to search
imported>WereWolf (New page: A command for Oblivion Script Extender Returns whether the specified object is playable or not. '''Syntax:''' (isPlayable:bool) ''reference.''...) |
imported>WereWolf |
||
Line 1: | Line 1: | ||
A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | A command for [[:Category:Oblivion Script Extender|Oblivion Script Extender]] | ||
'''Syntax:''' | '''Syntax:''' | ||
(isPlayable:bool) ''reference.''IsPlayable ''objectID:ref'' | (isPlayable:bool) ''reference.''IsPlayable ''objectID:ref'' | ||
Returns whether the specified object is playable or not. | |||
==See Also== | ==See Also== |
Revision as of 11:57, 14 September 2007
A command for Oblivion Script Extender
Syntax:
(isPlayable:bool) reference.IsPlayable objectID:ref
Returns whether the specified object is playable or not.