UNPKG

rock-mod

Version:

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

9 lines (8 loc) 203 B
export class RageGameCameraManager { screenFadeIn(duration) { mp.game.cam.doScreenFadeIn(duration); } screenFadeOut(duration) { mp.game.cam.doScreenFadeOut(duration); } }