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

Method GetNextExp

src/game_actor.cpp:663–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

661}
662
663int Game_Actor::GetNextExp() const {
664 return GetNextExp(GetLevel());
665}
666
667int Game_Actor::GetNextExp(int level) const {
668 if (level >= GetMaxLevel() || level <= -1) {

Callers 1

game_actor.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected