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

Method DrawInventory

TombEngine/Game/gui.cpp:279–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

277 }
278
279 void GuiController::DrawInventory()
280 {
281 g_Renderer.RenderInventory();
282 g_Renderer.Lock(); // TODO: When inventory is converted to 60 FPS, move this lock call outside of render loop.
283 }
284
285 InventoryResult GuiController::TitleOptions(ItemInfo* item)
286 {

Callers

nothing calls this directly

Calls 2

RenderInventoryMethod · 0.80
LockMethod · 0.80

Tested by

no test coverage detected