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

Method FlashBegin

src/game_screen.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121void Game_Screen::FlashBegin(int r, int g, int b, int s, int frames) {
122 FlashOnce(r, g, b, s, frames);
123
124 flash_period = frames;
125 data.flash_continuous = true;
126}
127
128void Game_Screen::FlashEnd() {
129 data.flash_time_left = 0;

Callers 1

CommandFlashScreenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected