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

Method GetWeaponAnimationData

src/game_battlealgorithm.cpp:394–396  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

392}
393
394const lcf::rpg::BattlerAnimationItemSkill* Game_BattleAlgorithm::AlgorithmBase::GetWeaponAnimationData() const {
395 return nullptr;
396}
397
398const lcf::rpg::Item* Game_BattleAlgorithm::AlgorithmBase::GetWeaponData() const {
399 return nullptr;

Calls 4

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

Tested by

no test coverage detected