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

Method getFee

source/entities/CreatureDefinition.cpp:264–267  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262}
263
264int32_t CreatureDefinition::getFee(unsigned int level) const
265{
266 return mFeeBase + (mFeePerLevel * level);
267}
268
269ODPacket& operator<<(ODPacket& os, const CreatureDefinition* c)
270{

Callers 2

computeMoodMethod · 0.80
itsPayDayMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected