Delegate BetterEvents.PlayerHandGrabEvent
Event is called when a player hand grabs something
Namespace: Wully.Events
Assembly: !BetterMods.dll
Syntax
public delegate void PlayerHandGrabEvent(Side side, Handle handle, float axisPosition, HandleOrientation orientation);
Parameters
| Type | Name | Description |
|---|---|---|
| ThunderRoad.Side | side | |
| ThunderRoad.Handle | handle | |
| System.Single | axisPosition | |
| ThunderRoad.HandleOrientation | orientation |