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

Method CancelInventorySelection

TombEngine/Game/gui.cpp:3404–3411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3402 }
3403
3404 void GuiController::CancelInventorySelection()
3405 {
3406 if (GetInventoryItemChosen() != NO_VALUE)
3407 {
3408 SetInventoryItemChosen(NO_VALUE);
3409 SayNo();
3410 }
3411 }
3412
3413 void GuiController::DrawCompass(ItemInfo* item)
3414 {

Callers 1

GamePhaseFunction · 0.80

Calls 1

SayNoFunction · 0.85

Tested by

no test coverage detected