44 lines
887 B
TypeScript
44 lines
887 B
TypeScript
export declare enum AttachmentPoint {
|
|
Default = 0,
|
|
Chest = 1,
|
|
Skull = 2,
|
|
LeftShoulder = 3,
|
|
RightShoulder = 4,
|
|
LeftHand = 5,
|
|
RightHand = 6,
|
|
LeftFoot = 7,
|
|
RightFoot = 8,
|
|
Spine = 9,
|
|
Pelvis = 10,
|
|
Mouth = 11,
|
|
Chin = 12,
|
|
LeftEar = 13,
|
|
RightEar = 14,
|
|
LeftEyeball = 15,
|
|
RightEyeball = 16,
|
|
Nose = 17,
|
|
RightUpperArm = 18,
|
|
RightForearm = 19,
|
|
LeftUpperArm = 20,
|
|
LeftForearm = 21,
|
|
RightHip = 22,
|
|
RightUpperLeg = 23,
|
|
RightLowerLeg = 24,
|
|
LeftHip = 25,
|
|
LeftUpperLeg = 26,
|
|
LeftLowerLeg = 27,
|
|
Stomach = 28,
|
|
LeftPec = 29,
|
|
RightPec = 30,
|
|
HUDCenter2 = 31,
|
|
HUDTopRight = 32,
|
|
HUDTop = 33,
|
|
HUDTopLeft = 34,
|
|
HUDCenter = 35,
|
|
HUDBottomLeft = 36,
|
|
HUDBottom = 37,
|
|
HUDBottomRight = 38,
|
|
Neck = 39,
|
|
Root = 40,
|
|
}
|