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

Method getBaseCost

src/Ruleset/RuleRegion.cpp:134–137  ·  view source on GitHub ↗

* Gets the cost of building a base inside this region. * @return The construction cost. */

Source from the content-addressed store, hash-verified

132 * @return The construction cost.
133 */
134int RuleRegion::getBaseCost() const
135{
136 return _cost;
137}
138
139/**
140 * Checks if a point is inside this region.

Callers 1

ConfirmNewBaseStateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected