UNPKG

@nativewrappers/client

Version:

Javascript/Typescript wrapper for the FiveM natives

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