Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
92
int Game_BattleAlgorithm::AlgorithmBase::GetActionType() {
93
return -1;
94
}
95
96
int Game_BattleAlgorithm::AlgorithmBase::GetActionId() {
97
return -1;
Callers
1
ActionSelectedCallback
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected