ENetServer.GetNextPeer Method
Used to loop through all peers. Use MoveFirstPeer to move the cursor to the first peer then use GetNextPeer to get next peer until it returns nil.
Parameters
Returns
- ENetPeer
- The next peer or nil if there was no next peer.
Remarks
See Also
ENetServer Class