JustAnotherDnDGame 0.1.0
Jeu de rĂ´le tactique au d20, vue de dessus, en C++/Qt
Loading...
Searching...
No Matches
core::World Member List

This is the complete list of members for core::World, including all inherited members.

_entitiescore::Worldprivate
_poolscore::Worldprivate
_systemscore::Worldprivate
addComponent(Entity entity, const T &component)core::Worldinline
addSystem(std::unique_ptr< ISystem > system)core::World
createEntity()core::World
destroyEntity(Entity entity)core::World
findPool() constcore::Worldinlineprivate
getComponent(Entity entity)core::Worldinline
hasComponent(Entity entity) constcore::Worldinline
isAlive(Entity entity) constcore::World
poolFor()core::Worldinlineprivate
removeComponent(Entity entity)core::Worldinline
systemCount() constcore::World
update(float fixedDelta)core::World
view()core::Worldinline