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

Method MaxExpValue

src/game_actor.cpp:74–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74int Game_Actor::MaxExpValue() const {
75 auto& val = lcf::Data::system.easyrpg_max_exp;
76 if (val == -1) {
77 return Player::IsRPG2k() ? 999999 : 9999999;
78 }
79 return val;
80}
81
82Game_Actor::Game_Actor(int actor_id) {
83 data.ID = actor_id;

Callers 1

DrawActorExpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected