Difference between revisions of "IsTriggerDisabled"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
(Created page with "{{Function |origin = LU |summary = Returns whether or not a trigger is disabled. |name = IsTriggerDisabled |returnType = bool |arguments = {{FunctionArgument |Name...")
 
imported>Gribbleshnibit8
(added trigger codes template)
 
Line 12: Line 12:
==Notes==
==Notes==
This function can also be used as a condition.
This function can also be used as a condition.
 
{{Controller_Trigger_Codes}}
==See Also==
==See Also==
*[[EnableTrigger]]
*[[EnableTrigger]]

Latest revision as of 20:05, 18 December 2016

< [[::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.

XBox Controller Trigger Codes

0: left trigger
1: right trigger


See Also