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

Method MaxStatBaseValue

src/game_actor.cpp:66–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66int Game_Actor::MaxStatBaseValue() const {
67 auto& val = lcf::Data::system.easyrpg_max_stat_base_value;
68 if (val == -1) {
69 return 999;
70 }
71 return val;
72}
73
74int Game_Actor::MaxExpValue() const {
75 auto& val = lcf::Data::system.easyrpg_max_exp;

Callers 6

ClampStatModFunction · 0.45
CmpEquipFunction · 0.45
DrawParameterMethod · 0.45
UpdateStatusWindowMethod · 0.45
testLimitsFunction · 0.45
testLimitsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected