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

Function DebugLog

src/autobattle.cpp:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33#ifdef EP_DEBUG_AUTOBATTLE
34template <typename... Args>
35static void DebugLog(const char* fmt, Args&&... args) {
36 Output::Debug(fmt, std::forward<Args>(args)...);
37}
38#else
39template <typename... Args>
40static void DebugLog(const char*, Args&&...) {}

Callers 3

CalcSkillAutoBattleRankFunction · 0.70
SelectAutoBattleActionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected