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

Method ArticleDefinitionTextImage

src/Ruleset/ArticleDefinition.cpp:182–183  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

180 * Constructor (only setting type of base class).
181 */
182 ArticleDefinitionTextImage::ArticleDefinitionTextImage() : ArticleDefinition(UFOPAEDIA_TYPE_TEXTIMAGE), text_width(0)
183 {}
184
185 /**
186 * Loads the article definition from a YAML file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected