UNPKG

rock-mod

Version:

Rock-Mod is a powerful framework designed for creating and managing mods for Grand Theft Auto (GTA) games.

11 lines (10 loc) 565 B
import { type IRaycastResult, type IRaycastingManager, type TIgnoreEntityType } from "../../common/raycasting/IRaycastingManager"; import { type IVector3D } from "../../../../shared/common/utils"; export declare class CCMPRaycastingManager implements IRaycastingManager { private readonly _native; testPointToPoint(startPos: IVector3D, endPos: IVector3D, ignoreEntity?: TIgnoreEntityType, flags?: number | number[]): IRaycastResult | null; private _resolveFlags; private _resolveIgnoreHandle; private _isIgnoreEntity; private _toVector3D; }