| GameLiftManagerGetLowestPeerId Method |
Returns the current lowest peerID value out of all the currently connected players
Namespace:
ASL
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public int GetLowestPeerId()
Public Function GetLowestPeerId As Integer
public:
int GetLowestPeerId()
member GetLowestPeerId : unit -> int
Return Value
Type:
Int32The lowest peer id of all the users in this match
See Also