RegisterForControl - Form

From the CreationKit Wiki
Revision as of 04:49, 1 June 2013 by imported>Bot Owned (Broken Link fixed)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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]