Difference between revisions of "ReleaseButton"
Jump to navigation
Jump to search
imported>Gribbleshnibit8 (Created page with "{{Function |origin = LU |summary = Releases a button held by HoldButton. |name = ReleaseButton |returnType = void |arguments = {{FunctionArgument |Name = button...") |
imported>Gribbleshnibit8 m (fix red links) |
||
Line 15: | Line 15: | ||
*[[HoldTrigger]] | *[[HoldTrigger]] | ||
*[[ReleaseTrigger]] | *[[ReleaseTrigger]] | ||
*[[IsButtonHeld]] | |||
*[[IsTriggerHeld]] | |||
[[Category:Functions_(Lutana)]] | [[Category:Functions_(Lutana)]] | ||
[[Category:Controller Functions (Lutana)]] | [[Category:Controller Functions (Lutana)]] |
Latest revision as of 20:15, 18 December 2016
< [[::Category:Functions|Category:Functions]]
A function added by the Lutana NVSE plugin.
Description
Releases a button held by HoldButton.
Syntax
ReleaseButton button:int
XBox Controller Button Codes
1 : DPAD_UP 2 : DPAD_DOWN 4 : DPAD_LEFT 8 : DPAD_RIGHT 16 : START 32 : BACK 64 : LEFT_THUMBSTICK 128 : RIGHT_THUMBSTICK 256 : LEFT_SHOULDER (LB) 512 : RIGHT_SHOULDER (RB) 1024 : XBOX_GUIDE 4096 : BUTTON_A 8192 : BUTTON_B 16384 : BUTTON_X 32768 : BUTTON_Y