Difference between revisions of "ScriptObject Script"

64 bytes added ,  22:03, 17 March 2017
imported>Kyllagdrgn
imported>Kyllagdrgn
Line 197: Line 197:


== F4SE Events ==
== F4SE Events ==
*[[OnKeyDown - Form|OnKeyDown]](Int ''keyCode'')'''
*[[OnKeyDown - ScriptObject|OnKeyDown]](Int ''keyCode'')'''
**Received when key(s) registered via [[RegisterForKey - Form|RegisterForKey]] are pressed.
**Received when key(s) registered via [[RegisterForKey - ScriptObject|RegisterForKey]] are pressed.
*[[OnKeyUp - Form|OnKeyUp]](Int ''keyCode'', Float ''holdTime'')'''
*[[OnKeyUp - ScriptObject|OnKeyUp]](Int ''keyCode'', Float ''holdTime'')'''
**Received when key(s) registered via [[RegisterForKey - Form|RegisterForKey]] are released.
**Received when key(s) registered via [[RegisterForKey - ScriptObject|RegisterForKey]] are released.
*[[OnControlDown - Form|OnControlDown]](String ''control'')'''
*[[OnControlDown - ScriptObject|OnControlDown]](String ''control'')'''
**Received when control(s) registered via [[RegisterForControl - Form|RegisterForControl]] are pressed.
**Received when control(s) registered via [[RegisterForControl - ScriptObject|RegisterForControl]] are pressed.
*[[OnControlUp - Form|OnControlUp]](String ''control'', Float ''holdTime'')'''
*[[OnControlUp - ScriptObject|OnControlUp]](String ''control'', Float ''holdTime'')'''
**Received when control(s) registered via [[RegisterForControl - Form|RegisterForControl]] are released.
**Received when control(s) registered via [[RegisterForControl - ScriptObject|RegisterForControl]] are released.
Anonymous user