Home
last modified time | relevance | path

Searched refs:GetWeaponSprite (Results 1 – 3 of 3) sorted by relevance

/dports/games/easyrpg-player/Player-0.7.0/src/
H A Dgame_battler.h804 Sprite_Weapon* GetWeaponSprite() const;
1055 inline Sprite_Weapon* Game_Battler::GetWeaponSprite() const { in GetWeaponSprite() function
H A Dscene_battle_rpg2k3.cpp1694 auto* weapon = actor->GetWeaponSprite(); in ProcessSceneActionVictory()
2260 auto* weapon = actor->GetWeaponSprite(); in ProcessBattleActionStartAnimation()
2611 auto* weapon = actor->GetWeaponSprite(); in ProcessBattleActionApply()
H A Dgame_actor.cpp1519 auto* weapon = Game_Battler::GetWeaponSprite(); in UpdateBattle()