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 / EntityBone
Represents a bone of an entity in a game environment.
new EntityBone(
owner,boneIndex?,boneName?):EntityBone
• owner: Entity
• boneIndex?: number
• boneName?: string
client/models/EntityBone.ts:10
getIndex():number
number
client/models/EntityBone.ts:22
getIsValid():boolean
boolean
client/models/EntityBone.ts:26
getLocalRotation():Vector3
client/models/EntityBone.ts:40
getOwner():Entity
client/models/EntityBone.ts:18
getPosition():Vector3
client/models/EntityBone.ts:30
getRotation():Vector3