Click or drag to resize

GameLiftManagerLobbyManagerUpdateChatLog Method

Updates the chat log based on the message received

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public void UpdateChatLog(
	DataReceivedEventArgs _packet
)

Parameters

_packet
Type: DataReceivedEventArgs
The packet containing the username and message
See Also