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

Method GetActionId

src/game_battlealgorithm.cpp:96–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96int Game_BattleAlgorithm::AlgorithmBase::GetActionId() {
97 return -1;
98}
99
100void Game_BattleAlgorithm::AlgorithmBase::Reset() {
101 hp = 0;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected