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

Method ArticleDefinitionVehicle

src/Ruleset/ArticleDefinition.cpp:269–270  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

267 * Constructor (only setting type of base class)
268 */
269 ArticleDefinitionVehicle::ArticleDefinitionVehicle() : ArticleDefinition(UFOPAEDIA_TYPE_VEHICLE)
270 {}
271
272 /**
273 * Loads the article definition from a YAML file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected