Cavestory Mod API
Public Member Functions | List of all members
CaveNet::DataStructures::NetClientIterator Class Reference

Clientgroup iterator. More...

#include <CaveNet_ExportedTypes.h>

Public Member Functions

 NetClientIterator ()
 Default constructor.
 
NetClientfirst (bool bUseServerClientGroup)
 Get the first client in a clientgroup. More...
 
NetClientnext ()
 Get the first client in a clientgroup. More...
 

Detailed Description

Clientgroup iterator.

Member Function Documentation

◆ first()

NetClient* CaveNet::DataStructures::NetClientIterator::first ( bool  bUseServerClientGroup)
inline

Get the first client in a clientgroup.

Parameters
bUseServerClientGroupWhether to use the server-side clientgroup (true) or the client-side clientgroup (false).
Returns
The first client in the given list.

◆ next()

NetClient* CaveNet::DataStructures::NetClientIterator::next ( )
inline

Get the first client in a clientgroup.

Returns
The first client in the given list.

The documentation for this class was generated from the following file: