MCPcopy 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

DrawObjectIn3DSpaceMethod · 0.45
GetDisplayItemBoundsMethod · 0.45

Calls 1

TestMethod · 0.45

Tested by

no test coverage detected