OnPlayerSwimming - Actor
Revision as of 08:19, 1 May 2014 by imported>Plplecuyer
Member of: Actor Script
Event sent to the player when he starts swimming
SyntaxEdit
Event OnPlayerSwimming()
ParametersEdit
None
ExamplesEdit
; Event is sent to the player
Event OnPlayerSwimming()
Debug.Trace("Player Swimming")
endEvent