UNPKG

@nativewrappers/fivem

Version:

Native wrappers and utilities for use with FiveM.

10 lines (9 loc) 238 B
import { Vector3 } from "./common/utils/Vector"; export declare class Pickup { private handle; constructor(handle: number); get Position(): Vector3; get IsCollected(): boolean; delete(): void; exists(): boolean; }