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

Method AlienDeployment

src/Ruleset/AlienDeployment.cpp:63–65  ·  view source on GitHub ↗

* Creates a blank ruleset for a certain * type of deployment data. * @param type String defining the type. */

Source from the content-addressed store, hash-verified

61 * @param type String defining the type.
62 */
63AlienDeployment::AlienDeployment(const std::string &type) : _type(type), _data(), _width(0), _length(0), _height(0), _civilians(0), _shade(-1), _nextStage("")
64{
65}
66
67/**
68 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected