diff -r 984a0cf6b491 -r 02c1ba88f908 LuaEvents.wiki --- a/LuaEvents.wiki Tue May 07 15:19:10 2019 +0100 +++ b/LuaEvents.wiki Tue May 07 15:23:15 2019 +0100 @@ -102,46 +102,46 @@ == Controls == === onAttack() === -This function is called when you press the attack key. +This function is called when the current player presses the attack key. === onHJump() === -This function is called when you press the high jump key. +This function is called when the current player presses the high jump key. === onLJump() === -This function is called when you press the long jump key. +This function is called when the current player presses press the long jump key. === onPrecise() === -This function is called when you press the precise key. +This function is called when the current player presses the precise key. === onPreciseLocal() (1.0.0) === -This function is called when the player on the local client presses the precise key, no matter which hedgehog is active at the moment. +This function is called when the player on the local client presses the precise key, no matter which team is active at the moment. === onLeft() === -This function is called when you press the left key. +This function is called when the current player presses the left key. === onRight() === -This function is called when you press the right key. +This function is called when the current player presses the right key. === onUp() === -This function is called when you press the up key. +This function is called when the current player presses the up key. === onDown() === -This function is called when you press the down key. +This function is called when the current player presses the down key. === onAttackUp() === -This function is called when you release the attack key. +This function is called when the current player releases the attack key. === onDownUp() === -This function is called when you release the down key. +This function is called when the current player releases the down key. === onLeftUp() === -This function is called when you release the left key. +This function is called when the current player releases the left key. === onPreciseUp() === -This function is called when you release the precise key. +This function is called when the current player releases the precise key. === onRightUp() === -This function is called when you release the right key. +This function is called when the current player releases the right key. === onSetWeapon(msgParam) === It is get called when a weapon is selected or switched.