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

Method ArticleDefinition

src/Ruleset/ArticleDefinition.cpp:58–59  ·  view source on GitHub ↗

* Constructor. * @param type_id Article type of this instance. */

Source from the content-addressed store, hash-verified

56 * @param type_id Article type of this instance.
57 */
58 ArticleDefinition::ArticleDefinition(UfopaediaTypeId type_id) : _type_id(type_id), _listOrder(0)
59 {}
60
61 /**
62 * Destructor.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected