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

Method getCivilians

src/Ruleset/AlienDeployment.cpp:127–130  ·  view source on GitHub ↗

* Gets the number of civilians. * @return The number of civilians. */

Source from the content-addressed store, hash-verified

125 * @return The number of civilians.
126 */
127int AlienDeployment::getCivilians() const
128{
129 return _civilians;
130}
131
132/**
133 * Gets the terrain for battlescape generation.

Callers 2

nextStageMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected