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

Method SoldierNamePool

src/Ruleset/SoldierNamePool.cpp:35–37  ·  view source on GitHub ↗

* Initializes a new pool with blank lists of names. */

Source from the content-addressed store, hash-verified

33 * Initializes a new pool with blank lists of names.
34 */
35SoldierNamePool::SoldierNamePool() : _maleFirst(), _femaleFirst(), _maleLast(), _femaleLast(), _totalWeight(0)
36{
37}
38
39/**
40 *

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected