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

Method btnGroundClick

src/Battlescape/InventoryState.cpp:468–471  ·  view source on GitHub ↗

* Shows more ground items / rearranges them. * @param action Pointer to an action. */

Source from the content-addressed store, hash-verified

466 * @param action Pointer to an action.
467 */
468void InventoryState::btnGroundClick(Action *)
469{
470 _inv->arrangeGround();
471}
472
473/**
474 * Shows the unit info screen.

Callers

nothing calls this directly

Calls 1

arrangeGroundMethod · 0.80

Tested by

no test coverage detected