ConsoleOutput

From RAGE Multiplayer Wiki
Revision as of 08:56, 29 November 2019 by Xabi (talk | contribs) (Created page with "Prints a message on the server's console. {{CSharpContainer| {{#tag:syntaxhighlight|void {{Template:CSharp_Serverside_namespace}}Util.ConsoleOutput(string text, object[] arg...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Prints a message on the server's console.


C# Syntax

void NAPI.Util.ConsoleOutput(string text, object[] args = []);

Parameters

  • text: The text to print.
  • args: Extra arguments.


Example

// Code here...