rock-mod
Version:
Rock-Mod is a powerful framework designed for creating and managing mods for Grand Theft Auto (GTA) games.
7 lines (6 loc) • 346 B
TypeScript
import { type IGameplayManager } from "../../../game";
import { type IVector3D } from "../../../../shared/common/utils";
export declare class RageGameplayManager implements IGameplayManager {
setFadeOutAfterDeath(toggle: boolean): void;
getGroundZFor3dCoord(position: IVector3D, ignoreWater: boolean, waterLevelCheck: boolean): number;
}