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

Method SelectionFlash

src/scene_battle.cpp:605–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

603}
604
605void Scene_Battle::SelectionFlash(Game_Battler* battler) {
606 if (battler) {
607 battler->Flash(31, 31, 31, 24, 16);
608 }
609}
610
611void Scene_Battle::EndBattle(BattleResult result) {
612 assert(Scene::instance.get() == this && "EndBattle called multiple times!");

Callers

nothing calls this directly

Calls 1

FlashMethod · 0.45

Tested by

no test coverage detected