Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenXcom/OpenXcom
/ draw
Method
draw
src/Battlescape/Inventory.cpp:121–125 ·
view source on GitHub ↗
* Draws the inventory elements. */
Source
from the content-addressed store, hash-verified
119
* Draws the inventory elements.
120
*/
121
void Inventory::draw()
122
{
123
drawGrid();
124
drawItems();
125
}
126
127
/**
128
* Draws the inventory grid for item placement.
Callers
1
drawItems
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected