MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / getSeed

Method getSeed

Source/Map/Random.cpp:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140}
141
142int16 cRandomMap::getSeed() const {
143 return mParams.mRandom.getStartingSeed();
144}
145
146void cRandomMap::setSeed(const int16 pSeed) {
147

Callers

nothing calls this directly

Calls 1

getStartingSeedMethod · 0.80

Tested by

no test coverage detected