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

Method RuleInventory

src/Ruleset/RuleInventory.cpp:56–58  ·  view source on GitHub ↗

* Creates a blank ruleset for a certain * type of inventory section. * @param id String defining the id. */

Source from the content-addressed store, hash-verified

54 * @param id String defining the id.
55 */
56RuleInventory::RuleInventory(const std::string &id): _id(id), _x(0), _y(0), _type(INV_SLOT), _slots(), _costs(), _listOrder(0)
57{
58}
59
60RuleInventory::~RuleInventory()
61{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected