Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1040
bool WorldInstance::isEntityValid(Handle::EntityHandle e)
1041
{
1042
return m_Allocators->m_ComponentAllocator.isHandleValid(e);
1043
}
1044
1045
Handle::EntityHandle WorldInstance::createCamera()
1046
{
Callers
1
EV_Movement
Method · 0.80
Calls
1
isHandleValid
Method · 0.45
Tested by
no test coverage detected