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

Method ArticleDefinitionItem

src/Ruleset/ArticleDefinition.cpp:218–219  ·  view source on GitHub ↗

* Constructor (only setting type of base class). */

Source from the content-addressed store, hash-verified

216 * Constructor (only setting type of base class).
217 */
218 ArticleDefinitionItem::ArticleDefinitionItem() : ArticleDefinition(UFOPAEDIA_TYPE_ITEM)
219 {}
220
221 /**
222 * Loads the article definition from a YAML file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected