Table of Contents

Enum Bone

Namespace
SampSharp.Entities.SAMP
Assembly
SampSharp.OpenMp.Entities.dll

Contains every bone in a player's body.

public enum Bone

Fields

Head = 2

The head.

Jaw = 18

The jaw.

LeftCalf = 12

The left calf.

LeftClavicle = 15

The left clavicle.

LeftFoot = 9

The left foot.

LeftForearm = 13

The left forearm.

LeftHand = 5

The left hand.

LeftThigh = 7

The left thigh.

LeftUpperArm = 3

The left upper arm.

Neck = 17

The neck.

RightCalf = 11

The right calf.

RightClavicle = 16

The right clavicle.

RightFoot = 10

The right foot.

RightForearm = 14

The right forearm.

RightHand = 6

The right hand.

RightThigh = 8

The right thigh.

RightUpperArm = 4

The right upper arm.

Spine = 1

The spine.

Remarks