GetDisabled

From the Fallout3 GECK Wiki
Revision as of 22:44, 3 February 2010 by imported>PoHa!
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::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

[help]
[ObjectRef].GetDisabled

Example

Molerat01Ref.GetDisabled

Returns 1 if the Molerat has been disabled, and 0 otherwise.

See Also