Enum AttachmentType
Specifies the type of attachment point for an object.
public enum AttachmentType : byte
Fields
None = 0The object is not attached to anything.
Object = 2The object is attached to another object.
Player = 3The object is attached to a player.
Vehicle = 1The object is attached to a vehicle.