RegisterForControl - Form

SKSE Member of: Form Script

Registers the given Control for OnControlDown and OnControlUp events.

SyntaxEdit

Function RegisterForControl(string control) Native

ParametersEdit

  • Control: The Control to listen for.

Return ValueEdit

None

ExamplesEdit

RegisterForControl("Forward")

NotesEdit

None

See AlsoEdit