Difference between revisions of "SetIsPlayable"
Jump to navigation
Jump to search
imported>WereWolf (New page: A command for Oblivion Script Extender Specifies whether the object can be used by the player. '''Syntax:''' (nothing) ''reference.''SetIsPlay...) |
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:''' | ||
(nothing) ''reference.''SetIsPlayable isPlayable:bool ''objectID:ref'' | (nothing) ''reference.''SetIsPlayable isPlayable:bool ''objectID:ref'' | ||
Specifies whether the object can be used by the player. | |||
==See Also== | ==See Also== |
Revision as of 11:58, 14 September 2007
A command for Oblivion Script Extender
Syntax:
(nothing) reference.SetIsPlayable isPlayable:bool objectID:ref
Specifies whether the object can be used by the player.