Click or drag to resize

GameLiftManagerAmHighestPeer Method

Returns true if the caller is the highest peer id user in the match. This is a good way to assign a "Host" player if desired. Though do keep in mind that ASL is a P2P network.

Namespace:  ASL
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public bool AmHighestPeer()

Return Value

Type: Boolean
True if caller has the highest peer id
See Also