-
Notifications
You must be signed in to change notification settings - Fork 16
PlayerMode
Tommo J. Phillips edited this page Oct 22, 2023
·
2 revisions
Namespace: TommoJProductions.ModApi
Represents a player mode.
public enum PlayerModeInheritance Object → ValueType → Enum → PlayerMode
Implements IComparable, IFormattable, IConvertible
| Name | Value | Description |
|---|---|---|
| OnFoot | 0 | Represents that the player is on foot. |
| InSatsuma | 1 | Represents that the player is driving the satsuma. |
| InOther | 2 | Represents the the player is driving other. |