MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / isEntityValid

Method isEntityValid

src/engine/World.cpp:1040–1043  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1038}
1039
1040bool WorldInstance::isEntityValid(Handle::EntityHandle e)
1041{
1042 return m_Allocators->m_ComponentAllocator.isHandleValid(e);
1043}
1044
1045Handle::EntityHandle WorldInstance::createCamera()
1046{

Callers 1

EV_MovementMethod · 0.80

Calls 1

isHandleValidMethod · 0.45

Tested by

no test coverage detected