UNPKG

@nativewrappers/fivem

Version:

Native wrappers and utilities for use with FiveM.

11 lines (10 loc) 395 B
import { BaseEntityBoneCollection } from "./BaseEntityBoneCollection"; import type { Ped } from "./Ped"; import { PedBone } from "./PedBone"; export declare class PedBoneCollection extends BaseEntityBoneCollection { constructor(owner: Ped); get Core(): PedBone; get LastDamaged(): PedBone; clearLastDamaged(): void; getBone(boneIndex?: number, boneName?: string): PedBone; }