MCPcopy Create free account
hub / github.com/OpenDungeons/OpenDungeons / getNumCreaturesFightersMax

Method getNumCreaturesFightersMax

source/game/SeatData.h:92–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 { return mNumCreaturesFighters; }
91
92 inline int getNumCreaturesFightersMax() const
93 { return mNumCreaturesFightersMax; }
94
95 inline int getNumCreaturesWorkers() const
96 { return mNumCreaturesWorkers; }

Callers 2

doUpkeepMethod · 0.80
refreshMainUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected