Table of Contents

Struct PlayerSurfingData

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

Represents data related to a player's surfing state, such as the type of surface and its offset.

public readonly struct PlayerSurfingData
Inherited Members

Fields

ID

The ID of the surface the player is surfing on.

public readonly int ID

Field Value

int

Offset

The offset of the player relative to the surface they are surfing on.

public readonly Vector3 Offset

Field Value

Vector3

Type

The type of surface the player is surfing on.

public readonly PlayerSurfingData.SurfType Type

Field Value

PlayerSurfingData.SurfType