UNPKG

rock-mod

Version:

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

5 lines (4 loc) 305 B
import { type IGameObjectManager } from "../../common/object/IGameObjectManager"; export declare class CCMPGameObjectManager implements IGameObjectManager { doorControl(modelHash: number, x: number, y: number, z: number, locked: boolean, xRotMult: number, yRotMult: number, zRotMult: number): void; }