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) 160 B
export class RageVoiceChatManager { getMuted() { return mp.voiceChat.muted; } setMuted(value) { mp.voiceChat.muted = value; } }