All public logs

Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 17:20, 10 June 2024 Shr0x talk contribs created page Console::clear (Created page with " {{ClientsideJsFunction}} {{JSContainer| Clears out console ===Return value=== *''' {{RageType|void}} ''' ==Syntax== <syntaxhighlight lang="javascript"> mp.console.clear() </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> mp.events.add("consoleCommand", (command) => { if (command === "clear") mp.console.clear(); }); </syntaxhighlight> }} ==See also== {{Console_definition_c}} Category:Clientside API")