Difference between revisions of "GetDisabled"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Wkilleen
 
imported>PoHa!
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Link to TES4 Construction Set Wiki: [http://cs.elderscrolls.com/constwiki/index.php/GetDisabled GetDisabled].
{{Function
|CSWikiPage = GetDisabled
|origin = GECK1
|summary = Used to check whether or not a reference is disabled.
|name = GetDisabled
|returnVal = 0, 1
|referenceType = [ObjectRef]


=='''See Also'''==
|example = <pre>Molerat01Ref.GetDisabled</pre>
[[Enable]]<br>
Returns 1 if the Molerat has been disabled, and 0 otherwise.
[[Disable]]
}}
 
==See Also==
*[[Enable]]
*[[Disable]]


[[Category:Functions]]
[[Category:Functions]]
[[Category:Functions (GECK 1.1)]]
[[Category:Object Functions]]
[[Category:Object Functions]]
[[Category:Object Functions (GECK 1.1)]]
[[Category:Condition Functions]]
[[Category:Condition Functions]]
[[Category:Condition Functions (GECK 1.1)]]

Latest revision as of 22: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

[help]
[ObjectRef].GetDisabled

Example

Molerat01Ref.GetDisabled

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

See Also