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

Method getNumCreaturesFighters

source/game/SeatData.h:89–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 { return mManaDelta; }
88
89 inline int getNumCreaturesFighters() const
90 { return mNumCreaturesFighters; }
91
92 inline int getNumCreaturesFightersMax() const
93 { return mNumCreaturesFightersMax; }

Callers 3

handleSpawnWaveMethod · 0.80
doUpkeepMethod · 0.80
refreshMainUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected