a library to speed up the development of Fivem scripts and frameworks
fivem-ts - Documentation v0.7.5 • Docs
fivem-ts - Documentation v0.7.5 / Client / PedBone
Represents a specific bone in a pedestrian entity. Extends EntityBone to provide additional functionality specific to pedestrians.
PedBone
new PedBone(
owner
,boneId
):PedBone
• owner: Ped
• boneId: Bone
get
Index():number
number
client/models/EntityBone.ts:22
get
IsValid():boolean
boolean
get
LocalRotation():Vector3
client/models/EntityBone.ts:40
get
Owner():Entity
client/models/EntityBone.ts:18
get
Position():Vector3
client/models/EntityBone.ts:30
get
Rotation():Vector3