Difference between revisions of "GetDisabled"
Jump to navigation
Jump to search
imported>Geckbot m (Robot: Automated text replacement (-\[\[Category:(.*?)\(GECK 1.0\)\]\] +Category:\1(GECK 1.1))) |
imported>PoHa! |
||
Line 1: | Line 1: | ||
{{ | {{Function | ||
|CSWikiPage = GetDisabled | |||
|origin = GECK1 | |||
|summary = Used to check whether or not a reference is disabled. | |||
|name = GetDisabled | |||
|returnVal = 0, 1 | |||
|referenceType = [ObjectRef] | |||
|example = <pre>Molerat01Ref.GetDisabled</pre> | |||
Returns 1 if the Molerat has been disabled, and 0 otherwise. | |||
}} | |||
==See Also== | ==See Also== |
Latest revision as of 21:44, 3 February 2010
< [[::Category:Functions|Category:Functions]]
Link to TES4 Construction Set Wiki: GetDisabled.
A function included in the GECK version 1.1.0.36.
Description
Used to check whether or not a reference is disabled.
Syntax
[ObjectRef].GetDisabled
Example
Molerat01Ref.GetDisabled
Returns 1 if the Molerat has been disabled, and 0 otherwise.