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

Method GetMidiTicks

src/game_ineluki.cpp:321–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

319}
320
321int Game_Ineluki::GetMidiTicks() {
322 if (output_mode == OutputMode::Original) {
323 return Audio().BGM_GetTicks();
324 } else {
325 int val = -1;
326 if (!output_list.empty()) {
327 val = output_list.back();
328 output_list.pop_back();
329 }
330 return val;
331 }
332}
333
334void Game_Ineluki::Update() {
335 if (key_support) {

Callers 1

OtherMethod · 0.80

Calls 2

BGM_GetTicksMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected