RegisterForControl - ScriptObject

From the Fallout4 CreationKit Wiki
Revision as of 21:00, 17 March 2017 by imported>Kyllagdrgn (Created page with "Category:Scripting Category:Papyrus Category:F4SE '''F4SE Member of:''' ScriptObject Script Minimum required F4SE Version: 0.3.0 Registers the given Control...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

F4SE Member of: ScriptObject Script

Minimum required F4SE Version: 0.3.0

Registers the given Control for OnControlDown and OnControlUp events.

Syntax

Function RegisterForControl(string control) Native

Parameters

  • Control: The Control to listen for.

Return Value

None

Examples

RegisterForControl("Forward")

Notes

None

See Also