UNPKG

rock-mod

Version:

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

6 lines (5 loc) 256 B
import { type IVector3D } from "../../../../shared/common/utils"; export interface IGameplayManager { setFadeOutAfterDeath(toggle: boolean): void; getGroundZFor3dCoord(position: IVector3D, ignoreWater: boolean, waterLevelCheck: boolean): number; }