Table of Contents

Struct TextLabelAttachmentData

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

Represents data for attaching a text label to a player or vehicle.

public readonly struct TextLabelAttachmentData
Inherited Members

Fields

PlayerId

Gets the ID of the player to which the text label is attached. Default value is INVALID_PLAYER_ID.

public readonly int PlayerId

Field Value

int

VehicleId

Gets the ID of the vehicle to which the text label is attached. Default value is INVALID_VEHICLE_ID.

public readonly int VehicleId

Field Value

int