Click or drag to resize

GameLiftManagerRemovePlayerFromList Method

Removes a player from the player list for this session. Happens when a player disconnects. It calls reassign function to reassign the physics master for the game if the leaving player was the master.

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

Parameters

_packet
Type: DataReceivedEventArgs
The packet that was received from the server
See Also