Home
last modified time | relevance | path

Searched refs:SetBaseMaxHp (Results 1 – 7 of 7) sorted by relevance

/dports/games/easyrpg-player/Player-0.7.0/tests/
H A Dautobattle.cpp18 actor.SetBaseMaxHp(hp); in MakeActor()
H A Dgame_actor.cpp141 actor.SetBaseMaxHp(999999); in testLimits()
153 actor.SetBaseMaxHp(-999999); in testLimits()
231 actor.SetBaseMaxHp(501);
H A Dtest_mock_actor.h245 actor->SetBaseMaxHp(hp); in Setup()
H A Denemyai.cpp593 Main_Data::game_actors->GetActor(1)->SetBaseMaxHp(100);
598 Main_Data::game_actors->GetActor(2)->SetBaseMaxHp(100);
/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_actor.h621 void SetBaseMaxHp(int _maxhp);
H A Dgame_actor.cpp177 SetBaseMaxHp(GetBaseMaxHp() + item->max_hp_points); in UseItem()
1097 SetBaseMaxHp(max_hp); in ChangeClass()
1144 void Game_Actor::SetBaseMaxHp(int maxhp) { in SetBaseMaxHp() function in Game_Actor
H A Dgame_interpreter.cpp1728 actor->SetBaseMaxHp(actor->GetBaseMaxHp() + value); in CommandChangeParameters()