Table of Contents

Enum PlayerSurfingData.SurfType

Namespace
SampSharp.OpenMp.Core.Api
Assembly
SampSharp.OpenMp.Core.dll

Represents the type of surface the player is surfing on.

public enum PlayerSurfingData.SurfType

Fields

None = 0

The player is not surfing on any surface.

Object = 2

The player is surfing on an object.

PlayerObject = 3

The player is surfing on a player-owned object.

Vehicle = 1

The player is surfing on a vehicle.