MCPcopy Create free account
hub / github.com/EasyRPG/Player / GetBaseExp

Method GetBaseExp

src/game_actor.cpp:655–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

653}
654
655int Game_Actor::GetBaseExp() const {
656 return GetBaseExp(GetLevel());
657}
658
659int Game_Actor::GetBaseExp(int level) const {
660 return GetNextExp(level - 1);

Callers 1

game_actor.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected