Class ChatBox
Represents the ingame chat, allows you to send messages to (individual) players
Assembly: SlipeServer.Server.dll
Syntax
Constructors
|
Edit this page
View Source
ChatBox(MtaServer)
Declaration
public ChatBox(MtaServer server)
Parameters
Methods
|
Edit this page
View Source
Clear()
Declaration
|
Edit this page
View Source
ClearFor(Player)
Declaration
public void ClearFor(Player player)
Parameters
Type |
Name |
Description |
Player |
player |
|
|
Edit this page
View Source
Output(string, Color?, bool, ChatEchoType, Element?)
Declaration
public void Output(string message, Color? color = null, bool isColorCoded = false, ChatEchoType type = ChatEchoType.Player, Element? source = null)
Parameters
|
Edit this page
View Source
OutputTo(Player, string, Color?, bool, ChatEchoType, Element?)
Declaration
public void OutputTo(Player player, string message, Color? color = null, bool isColorCoded = false, ChatEchoType type = ChatEchoType.Player, Element? source = null)
Parameters
|
Edit this page
View Source
SetVisible(bool, bool?)
Declaration
public void SetVisible(bool visible, bool? inputBlocked = null)
Parameters
Type |
Name |
Description |
bool |
visible |
|
bool? |
inputBlocked |
|
|
Edit this page
View Source
SetVisibleFor(Player, bool, bool?)
Declaration
public void SetVisibleFor(Player player, bool visible, bool? inputBlocked = null)
Parameters