UNPKG

fivem-js

Version:

Javascript/Typescript wrapper for the FiveM natives

10 lines (9 loc) 291 B
import { Entity, EntityBone } from './'; export declare class EntityBoneCollection { protected readonly owner: Entity; private readonly _collection; private _currentIndex; constructor(owner: Entity); hasBone(name: string): boolean; get Core(): EntityBone; }