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

Method Write

src/Utilities/Debug.cpp:185–189  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183}
184
185void Console::Write(const char* str, int len)
186{
187 if (NULL != ConsoleHandle)
188 WriteConsole(ConsoleHandle, str, len, nullptr, nullptr);
189}
190
191void Console::WriteLine(const char* str, int len)
192{

Callers 2

SaveFunction · 0.45
WriteToStreamMethod · 0.45

Calls

no outgoing calls

Tested by 1

SaveFunction · 0.36