This helper class is used to encapsulate the logic necessary to generate the CLIENT_STILL_LOADING and CLIENT_ALL_LOADED messages.
CLIENT_STILL_LOADING: Sent on a server when the server has finished loading files, but one or more clients are still loading files.
CLIENT_ALL_LOADED: Sent on a server when the server has previously finished loading files, and all clients have finished loading files. This message will always be preceeded by a CLIENT_STILL_LOADING message.
#include
<class_clients_loading_1_1_clients_loading.h>

Public Member Functions |
|
| __init__ () | |
| serverStarted () | |
| serverStopped () | |
| serverLoading () | |
| anyLoading () | |
| serverLoaded () | |
| serverSceneClosed () | |
| addClient () | |
| removeClient () | |
| clientLoading () | |
| clientLoaded () | |
| ClientsLoading.ClientsLoading.__init__ | ( | ) |
| ClientsLoading.ClientsLoading.serverStarted | ( | ) |
| ClientsLoading.ClientsLoading.serverStopped | ( | ) |
| ClientsLoading.ClientsLoading.serverLoading | ( | ) |
| ClientsLoading.ClientsLoading.anyLoading | ( | ) |
| ClientsLoading.ClientsLoading.serverLoaded | ( | ) |
| ClientsLoading.ClientsLoading.serverSceneClosed | ( | ) |
| ClientsLoading.ClientsLoading.addClient | ( | ) |
| ClientsLoading.ClientsLoading.removeClient | ( | ) |
| ClientsLoading.ClientsLoading.clientLoading | ( | ) |
| ClientsLoading.ClientsLoading.clientLoaded | ( | ) |