| GestureTrackerOnStoodUp Event |
An event handler indicating the player stood up.
This only invoked after the player was crouched.
Namespace: ESkin.GestureAssembly: ESkinGesture (in ESkinGesture.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public event EventHandler OnStoodUp
function add_OnStoodUp(value);
function remove_OnStoodUp(value);
Value
Type:
SystemEventHandlerSee Also