Delegate BetterEvents.PlayerGroundEvent
Player touching or leaving the ground event
Namespace: Wully.Events
Assembly: !BetterMods.dll
Syntax
public delegate void PlayerGroundEvent(bool grounded, Vector3 velocity);
Parameters
| Type | Name | Description |
|---|---|---|
| System.Boolean | grounded | |
| UnityEngine.Vector3 | velocity |