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

Method MaxSpValue

src/game_actor.cpp:50–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50int Game_Actor::MaxSpValue() const {
51 auto& val = lcf::Data::system.easyrpg_max_actor_sp;
52 if (val == -1) {
53 return 999;
54 }
55 return val;
56}
57
58int Game_Actor::MaxStatBattleValue() const {
59 auto& val = lcf::Data::system.easyrpg_max_stat_battle_value;

Callers 8

ClampMaxSpModFunction · 0.45
RefreshMethod · 0.45
RecreateSpWindowMethod · 0.45
RefreshMethod · 0.45
RefreshMethod · 0.45
RefreshGaugeMethod · 0.45
SetBattlerMethod · 0.45
RefreshMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected