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

Method RuleSoldier

src/Ruleset/RuleSoldier.cpp:29–31  ·  view source on GitHub ↗

* Creates a blank ruleunit for a certain * type of soldier. * @param type String defining the type. */

Source from the content-addressed store, hash-verified

27 * @param type String defining the type.
28 */
29RuleSoldier::RuleSoldier(const std::string &type) : _type(type), _armor(""), _standHeight(0), _kneelHeight(0), _floatHeight(0)
30{
31}
32
33/**
34 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected