bindKey: Difference between revisions

No change in size ,  20 April 2021
no edit summary
No edit summary
 
No edit summary
Line 7: Line 7:
|parameter1 = int keyCode The key code to bind the event for.
|parameter1 = int keyCode The key code to bind the event for.
|parameter2 = int keyState The key state to bind the event for.
|parameter2 = int keyState The key state to bind the event for.
|parameter3 = function callback The scripting fucntion to call when the event occurs.
|parameter3 = function callback The scripting function to call when the event occurs.
|callbackParametersSS = KeyEvent event, Client client
|callbackParametersSS = KeyEvent event, Client client
|callbackParametersCS = KeyEvent event
|callbackParametersCS = KeyEvent event
6,833

edits