[dismiss]
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.
Difference between revisions of "GetDisabled"
Jump to navigation
Jump to search
no edit summary
imported>Fella |
imported>Povuholo |
||
Line 1: | Line 1: | ||
'''Syntax''' | |||
[''ObjectRefID''.]GetDisabled ''== 1'' | |||
Returns 1 if the calling object is disabled. | Returns 1 if the calling object is disabled. | ||
==Notes== | |||
While 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== |