MCPcopy Create free account
hub / github.com/TombEngine/TombEngine / Draw

Method Draw

TombEngine/Game/Hud/DrawItems/DrawItems.cpp:202–209  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

200 }
201
202 void DrawItemsController::Draw() const
203 {
204 if (_displayItems.empty())
205 return;
206
207 for (const auto& item : _displayItems)
208 g_Renderer.DrawObjectIn3DSpace(item);
209 }
210
211 void DrawItemsController::Clear()
212 {

Callers

nothing calls this directly

Calls 2

DrawObjectIn3DSpaceMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected