Click or drag to resize

Bone Enumeration

Contains every bone in a player's body.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public enum Bone
Members
  Member nameValueDescription
Spine1 The spine.
Head2 The head.
LeftUpperArm3 The left upper arm.
RightUpperArm4 The right upper arm.
LeftHand5 The left hand.
RightHand6 The right hand.
LeftThigh7 The left thigh.
RightThigh8 The right thigh.
LeftFoot9 The left foot.
RightFoot10 The right foot.
RightCalf11 The right calf.
LeftCalf12 The left calf.
LeftForearm13 The left forearm.
RightForearm14 The right forearm.
LeftClavicle15 The left clavicle.
RightClavicle16 The right clavicle.
Neck17 The neck.
Jaw18 The jaw.
Remarks
See Also