Console::clear: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

10 June 2024

  • curprev 17:2017:20, 10 June 2024Shr0x talk contribs 427 bytes +427 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"