Delegate MountGaitReceivedDelegate
- Namespace
- Vintagestory.API.Common
- Assembly
- VintagestoryAPI.dll
Triggered when a server receives a gait update from a client-authoritative mount
public delegate void MountGaitReceivedDelegate(Entity mountEntity, string gaitCode)
Parameters
- Extension Methods