Difference between revisions of "GetDisabled"

From the Oblivion ConstructionSet Wiki
Jump to navigation Jump to search
imported>Povuholo
imported>DragoonWraith
m (removed note - unnecessary - that's true of almost every function in the game, and it seems out of place to mention it here. The syntax guideline should be sufficient information.)
Line 4: Line 4:


Returns 1 if the calling object is disabled.
Returns 1 if the calling object is disabled.
==Notes==
Even though using 'Getdisabled ObjectRefID == 1' in a script will not give you an error when saving, it doesn't work ingame. You must use 'ObjectRefID.Getdisabled == 1' (don't switch them around).


==See Also==
==See Also==

Revision as of 16:15, 29 January 2008

Syntax

[ObjectRefID.]GetDisabled == 1 

Returns 1 if the calling object is disabled.

See Also