UNPKG

fivem-js

Version:

Javascript/Typescript wrapper for the FiveM natives

8 lines (7 loc) 204 B
import { Entity } from './'; export declare class Prop extends Entity { static exists(prop: Prop): boolean; constructor(handle: number); exists(): boolean; placeOnGround(): void; }