MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / getIndex

Method getIndex

Source/Entity/Entity.cpp:168–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

166 : _index(index) { }
167
168int Entity::getIndex() const noexcept {
169 return _index;
170}
171
172void Entity::destroy() {
173 for (int i = 0; i < s_cast<int>(_components.size()); i++) {

Callers 6

getKeyPointMethod · 0.45
createMethod · 0.45
getComIndexMethod · 0.45
EntityGroupMethod · 0.45
EntityObserverMethod · 0.45
entity_get_indexFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected