Difference between revisions of "IsTriggerHeld"

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 held by HoldTrigger. |name = IsTriggerHeld |returnType = bool |arguments = {{FunctionArgument...")
 
imported>Gribbleshnibit8
(fixed trigger 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_Button_Codes}}
{{Controller_Trigger_Codes}}
==See Also==
==See Also==
*[[HoldButton]]
*[[HoldButton]]

Latest revision as of 20:12, 18 December 2016

< [[::Category:Functions|Category:Functions]]

A function added by the Lutana NVSE plugin.

Description

Returns whether or not a trigger is held by HoldTrigger.

Syntax

[help]
(bool) IsTriggerHeld trigger:int

Notes

This function can also be used as a condition.

XBox Controller Trigger Codes

0: left trigger
1: right trigger


See Also