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

Method GetFlashColor

src/game_screen.h:246–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246inline Color Game_Screen::GetFlashColor() const {
247 return Flash::MakeColor(data.flash_red, data.flash_green, data.flash_blue, data.flash_current_level);
248}
249
250inline int Game_Screen::GetWeatherType() {
251 return data.weather;

Callers 10

DrawMethod · 0.45
DrawMethod · 0.45
UpdateMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
DrawMethod · 0.45
testCharFunction · 0.45
testInitFunction · 0.45

Calls 1

MakeColorFunction · 0.85

Tested by

no test coverage detected