| 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
)
Public Sub UpdateChatLog (
_packet As DataReceivedEventArgs
)
public:
void UpdateChatLog(
DataReceivedEventArgs^ _packet
)
member UpdateChatLog :
_packet : DataReceivedEventArgs -> unit
Parameters
- _packet
- Type: DataReceivedEventArgs
The packet containing the username and message
See Also