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

Function DebugLog

src/window_message.cpp:63–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

61#ifdef EP_DEBUG_MESSAGE
62template <typename... Args>
63void DebugLog(const char* fmt, Args&&... args) {
64 int frames = Main_Data::game_system->GetFrameCounter() - frame_offset;
65 Output::Debug(fmt, frames, std::forward<Args>(args)...);
66}
67#else
68
69template <typename... Args>

Callers 7

OnFinishPageMethod · 0.70
InsertNewPageMethod · 0.70
InsertNewLineMethod · 0.70
UpdateMethod · 0.70
UpdateMessageMethod · 0.70

Calls 1

GetFrameCounterMethod · 0.80

Tested by

no test coverage detected