Server Member List
This is the complete list of members for Server, including all inherited members.
AddSystem(const SystemPluginPtr &_system, const unsigned int _worldIndex=0) | Server | |
AddSystem(const std::shared_ptr< System > &_system, const unsigned int _worldIndex=0) | Server | |
EntityByName(const std::string &_name, const unsigned int _worldIndex=0) const | Server | |
EntityCount(const unsigned int _worldIndex=0) const | Server | |
HasEntity(const std::string &_name, const unsigned int _worldIndex=0) const | Server | |
IterationCount(const unsigned int _worldIndex=0) const | Server | |
Paused(const unsigned int _worldIndex=0) const | Server | |
RequestRemoveEntity(const std::string &_name, bool _recursive=true, const unsigned int _worldIndex=0) | Server | |
RequestRemoveEntity(const Entity _entity, bool _recursive=true, const unsigned int _worldIndex=0) | Server | |
Run(const bool _blocking=false, const uint64_t _iterations=0, const bool _paused=true) | Server | |
Running() const | Server | |
Running(const unsigned int _worldIndex) const | Server | |
RunOnce(const bool _paused=true) | Server | |
Server(const ServerConfig &_config=ServerConfig()) | Server | explicit |
SetPaused(const bool _paused, const unsigned int _worldIndex=0) const | Server | |
SetUpdatePeriod(const std::chrono::steady_clock::duration &_updatePeriod, const unsigned int _worldIndex=0) | Server | |
SystemCount(const unsigned int _worldIndex=0) const | Server | |
~Server() | Server |