RAGE.Chat.Output

From RAGE Multiplayer Wiki
Revision as of 12:34, 16 January 2019 by Frosty (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Sends a chat message to the player.

Syntax

RAGE.Chat.Output(string text);

Required Arguments

  • text: String text

Example

C# Syntax

Parameters

  • text:: String text

Example

public void sendChatMessageToPlayer(string message)
{
    RAGE.Chat.Output(message);
}


See also