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

Method FlashEnd

src/game_screen.cpp:128–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126}
127
128void Game_Screen::FlashEnd() {
129 data.flash_time_left = 0;
130 data.flash_current_level = 0;
131 flash_period = 0;
132 data.flash_continuous = false;
133}
134
135void Game_Screen::FlashMapStepDamage() {
136 FlashOnce(31, 10, 10, 20, 6);

Callers 1

CommandFlashScreenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected