Difference between revisions of "ScriptObject Script"

8 bytes added ,  22:00, 17 March 2017
imported>Kyllagdrgn
imported>Kyllagdrgn
Line 143: Line 143:
*[[UnregisterForKey - ScriptObject|UnregisterForKey]](Int ''key'')'''
*[[UnregisterForKey - ScriptObject|UnregisterForKey]](Int ''key'')'''
**Unregisters the given [[Input_Script#DXScanCodes|DXScanCode]] for OnKeyDown and OnKeyUp events.
**Unregisters the given [[Input_Script#DXScanCodes|DXScanCode]] for OnKeyDown and OnKeyUp events.
*[[RegisterForControl - Form|RegisterForControl]](String ''control'')'''
*[[RegisterForControl - ScriptObject|RegisterForControl]](String ''control'')'''
**Registers the given control for OnControlDown and OnControlUp events.
**Registers the given control for OnControlDown and OnControlUp events.
*[[UnregisterForControl - Form|UnregisterForControl]](String ''control'')'''
*[[UnregisterForControl - Form|UnregisterForControl]](String ''control'')'''
Anonymous user