ChatMessage
Jump To Parameters
Jump To Function Definitions
Parameter Definitions
Select the parameter name from below to jump directly to it on this page.
message
A Text value to display the players message.
| Exposed Value | Type | Default Value |
|---|---|---|
| private | Text | null |
playerName
A Text value to display the players name.
| Exposed Value | Type | Default Value |
|---|---|---|
| private | Text | null |
Function Definitions
Select the function name from below to jump directly to it on this page.
public virtual void SetMessage(SentChatMessage incoming)
Sets the
playerNameandmessagetext values based on the values in theSentChatMessageobject.
| Expose Value | Overrideable | Returns |
|---|---|---|
| public | True | Does not return anything |
| Parameter Name | Description |
|---|---|
| incoming | SentChatMessage type, this contains the player name and message |