MCPcopy Create free account
hub / github.com/OpenXcom/OpenXcom / blit

Method blit

src/Battlescape/Inventory.cpp:428–436  ·  view source on GitHub ↗

* Blits the inventory elements. * @param surface Pointer to surface to blit onto. */

Source from the content-addressed store, hash-verified

426 * @param surface Pointer to surface to blit onto.
427 */
428void Inventory::blit(Surface *surface)
429{
430 clear();
431 _grid->blit(this);
432 _items->blit(this);
433 _selection->blit(this);
434 _warning->blit(this);
435 Surface::blit(surface);
436}
437
438/**
439 * Moves the selected item.

Callers 15

drawMethod · 0.45
cacheUnitMethod · 0.45
InventoryStateMethod · 0.45
initMethod · 0.45
drawRoutine0Method · 0.45
drawRoutine1Method · 0.45
drawRoutine2Method · 0.45
drawRoutine3Method · 0.45
drawRoutine4Method · 0.45
drawRoutine5Method · 0.45
drawRoutine6Method · 0.45
drawRoutine7Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected