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

Method BaseFacility

src/Savegame/BaseFacility.cpp:31–33  ·  view source on GitHub ↗

* Initializes a base facility of the specified type. * @param rules Pointer to ruleset. * @param base Pointer to base of origin. */

Source from the content-addressed store, hash-verified

29 * @param base Pointer to base of origin.
30 */
31BaseFacility::BaseFacility(RuleBaseFacility *rules, Base *base) : _rules(rules), _base(base), _x(-1), _y(-1), _buildTime(0), _craftForDrawing(0)
32{
33}
34
35/**
36 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected