| GameLiftManagerGetHighestPeerId Method |
Returns the current highest 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 GetHighestPeerId()
Public Function GetHighestPeerId As Integer
public:
int GetHighestPeerId()
member GetHighestPeerId : unit -> int
Return Value
Type:
Int32The highest peer id of all the users in this match
See Also