| 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()
Public Function AmHighestPeer As Boolean
public:
bool AmHighestPeer()
member AmHighestPeer : unit -> bool
Return Value
Type:
BooleanTrue if caller has the highest peer id
See Also