RegisterForControl - Form

From the CreationKit Wiki
Jump to navigation Jump to search

SKSE Member of: Form Script

Registers the given Control for OnControlDown and OnControlUp events.

Syntax[edit | edit source]

Function RegisterForControl(string control) Native

Parameters[edit | edit source]

  • Control: The Control to listen for.

Return Value[edit | edit source]

None

Examples[edit | edit source]

RegisterForControl("Forward")

Notes[edit | edit source]

None

See Also[edit | edit source]