MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / updateFirstAgent

Method updateFirstAgent

game/ui/general/aequipscreen.cpp:2012–2018  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2010}
2011
2012void AEquipScreen::updateFirstAgent()
2013{
2014 auto agent = selectedAgents.empty() ? nullptr : selectedAgents.front();
2015 this->paperDoll->setObject(agent);
2016 displayAgent(agent);
2017 refreshInventoryItems();
2018}
2019
2020void AEquipScreen::clampInventoryPage()
2021{

Callers

nothing calls this directly

Calls 2

emptyMethod · 0.80
setObjectMethod · 0.80

Tested by

no test coverage detected