Back To Index

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
playerName


message

A Text value to display the players message.

Exposed Value Type Default Value
private Text null

Back To Top


playerName

A Text value to display the players name.

Exposed Value Type Default Value
private Text null

Back To Top

Function Definitions

Select the function name from below to jump directly to it on this page.

SetMessage


public virtual void SetMessage(SentChatMessage incoming)

Sets the playerName and message text values based on the values in the SentChatMessage object.

Expose Value Overrideable Returns
public True Does not return anything
Parameter Name Description
incoming SentChatMessage type, this contains the player name and message

Back To Top