IsTriggerDisabled

From the Fallout3 GECK Wiki
Revision as of 19:36, 18 December 2016 by imported>Gribbleshnibit8 (Created page with "{{Function |origin = LU |summary = Returns whether or not a trigger is disabled. |name = IsTriggerDisabled |returnType = bool |arguments = {{FunctionArgument |Name...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns whether or not a trigger is disabled.

Syntax

[help]
(bool) IsTriggerDisabled trigger:int

Notes

This function can also be used as a condition.

See Also