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

Method GetActionType

src/game_battlealgorithm.cpp:92–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92int Game_BattleAlgorithm::AlgorithmBase::GetActionType() {
93 return -1;
94}
95
96int Game_BattleAlgorithm::AlgorithmBase::GetActionId() {
97 return -1;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected