MCPcopy Create free account
hub / github.com/Phobos-developers/Phobos / Log

Method Log

src/Ext/Script/Body.cpp:1232–1238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1230}
1231
1232void ScriptExt::Log(const char* pFormat, ...)
1233{
1234 va_list args;
1235 va_start(args, pFormat);
1236 Debug::LogWithVArgs(pFormat, args);
1237 va_end(args);
1238}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected