Enum PlayerSurfingData.SurfType
Represents the type of surface the player is surfing on.
public enum PlayerSurfingData.SurfType
Fields
None = 0The player is not surfing on any surface.
Object = 2The player is surfing on an object.
PlayerObject = 3The player is surfing on a player-owned object.
Vehicle = 1The player is surfing on a vehicle.