Show / Hide Table of Contents

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
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX