LuaEvents: Clarify description of control events
authorWuzzy
Tue, 07 May 2019 15:23:15 +0100
changeset 1868 02c1ba88f908
parent 1867 984a0cf6b491
child 1869 b08437e1e087
LuaEvents: Clarify description of control events
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 ==
 === <tt>onAttack()</tt> ===
-This function is called when you press the attack key.
+This function is called when the current player presses the attack key.
 
 === <tt>onHJump()</tt> ===
-This function is called when you press the high jump key.
+This function is called when the current player presses the high jump key.
 
 === <tt>onLJump()</tt> ===
-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.
 
 === <tt>onPrecise()</tt> ===
-This function is called when you press the precise key.
+This function is called when the current player presses the precise key.
 
 === <tt>onPreciseLocal()</tt> (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.
 
 === <tt>onLeft()</tt> ===
-This function is called when you press the left key.
+This function is called when the current player presses the left key.
 
 === <tt>onRight()</tt> ===
-This function is called when you press the right key.
+This function is called when the current player presses the right key.
 
 === <tt>onUp()</tt> ===
-This function is called when you press the up key.
+This function is called when the current player presses the up key.
 
 === <tt>onDown()</tt> ===
-This function is called when you press the down key.
+This function is called when the current player presses the down key.
 
 === <tt>onAttackUp()</tt> ===
-This function is called when you release the attack key.
+This function is called when the current player releases the attack key.
 
 === <tt>onDownUp()</tt> ===
-This function is called when you release the down key.
+This function is called when the current player releases the down key.
  
 === <tt>onLeftUp()</tt> ===
-This function is called when you release the left key.
+This function is called when the current player releases the left key.
 
 === <tt>onPreciseUp()</tt> ===
-This function is called when you release the precise key.
+This function is called when the current player releases the precise key.
 
 === <tt>onRightUp()</tt> ===
-This function is called when you release the right key.
+This function is called when the current player releases the right key.
 
 === <tt>onSetWeapon(msgParam)</tt> ===
 It is get called when a weapon is selected or switched.