UNPKG

rock-mod

Version:

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

14 lines (13 loc) 327 B
export class CCMPChatManager { activate(_state) { void _state; // CCMP currently does not expose chat activation controls to JS. } show(_state) { void _state; // CCMP currently does not expose chat visibility controls to JS. } push(text) { ccmp.notify(text); } }