| GameLiftManagerAmLowestPeer Method |
Returns true if the caller is the lowest 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 AmLowestPeer()
Public Function AmLowestPeer As Boolean
public:
bool AmLowestPeer()
member AmLowestPeer : unit -> bool
Return Value
Type:
BooleanTrue if caller has the lowest peer id
See Also