Difference between revisions of "DisableTrigger"

From the Fallout3 GECK Wiki
Jump to navigation Jump to search
imported>Gribbleshnibit8
(fixed category link)
imported>Gribbleshnibit8
(Added controller trigger code template)
 
Line 10: Line 10:
   }}
   }}
}}
}}
==Notes==
{{Controller_Trigger_Codes}}
<pre>0&#09;Left Trigger
1&#09;Right Trigger</pre>


==See Also==
==See Also==

Latest revision as of 20:44, 18 December 2016

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

A function added by the Lutana NVSE plugin.

Description

Prevents the game from registering input from a trigger. (Script functions will still register the input.)

Syntax

[help]
DisableTrigger trigger:int

XBox Controller Trigger Codes

0: left trigger
1: right trigger


See Also