Table of Contents

Enum AttachmentType

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

Specifies the type of attachment point for an object.

public enum AttachmentType : byte

Fields

None = 0

The object is not attached to anything.

Object = 2

The object is attached to another object.

Player = 3

The object is attached to a player.

Vehicle = 1

The object is attached to a vehicle.