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

Method getComIndex

Source/Entity/Entity.cpp:355–357  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

353}
354
355int Entity::getComIndex(String name) {
356 return SharedEntityPool.getIndex(name);
357}
358
359int Entity::tryGetComIndex(String name) {
360 return SharedEntityPool.tryGetIndex(name);

Callers

nothing calls this directly

Calls 1

getIndexMethod · 0.45

Tested by

no test coverage detected