VoidExpanse/scope-chat: Difference between revisions
(Created page with "<noinclude> Category:VoidExpanse/api_scopes </noinclude> = Scope chat = Used to control chat messages. '''Visibility:''' Global. == List of functions == {{Scripting_ap...") |
(No difference)
|
Revision as of 09:40, 13 February 2014
Scope chat
Used to control chat messages.
Visibility: Global.
List of functions
| SendToAll | ||
|---|---|---|
| Arguments | Returns | Example |
|
void |
chat.SendToAll("dlirry", "Mwahahahaha");
|
| Description | ||
|
Sends message to all connected players. | ||
| SendToPlayer | ||
|---|---|---|
| Arguments | Returns | Example |
|
void |
chat.SendToPlayer("somePlayer", "dlirry", "Mwahahahaha");
|
| Description | ||
|
Sends message to specified player. | ||
| SendToPlayer | ||
|---|---|---|
| Arguments | Returns | Example |
|
void |
chat.SendToPlayer("somePlayer", "dlirry", "Mwahahahaha");
|
| Description | ||
|
Sends message to specified player. | ||