Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TombEngine/TombEngine
/ GetMeshVisible
Method
GetMeshVisible
TombEngine/Game/Hud/DrawItems/DisplayItem.cpp:253–256 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
251
}
252
253
bool DisplayItem::GetMeshVisible(int meshIndex) const
254
{
255
return _meshBits.Test(meshIndex);
256
}
257
258
bool DisplayItem::MeshExists(int meshIndex) const
259
{
Callers
2
DrawObjectIn3DSpace
Method · 0.45
GetDisplayItemBounds
Method · 0.45
Calls
1
Test
Method · 0.45
Tested by
no test coverage detected