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

Method GetCBAMovement

src/game_battlealgorithm.cpp:386–388  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

384}
385
386int Game_BattleAlgorithm::AlgorithmBase::GetCBAMovement() const {
387 return lcf::rpg::BattlerAnimationItemSkill::Movement_none;
388}
389
390int Game_BattleAlgorithm::AlgorithmBase::GetCBAAfterimage() const {
391 return lcf::rpg::BattlerAnimationItemSkill::Afterimage_none;

Callers 6

CBAInitMethod · 0.80
CBAMoveMethod · 0.80

Calls 4

GetWeaponsMethod · 0.80
GetTypeMethod · 0.45
sizeMethod · 0.45
GetIdMethod · 0.45

Tested by

no test coverage detected