MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / writeLine

Method writeLine

Engine/source/core/stream/stream.cpp:220–224  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

218}
219
220void Stream::writeLine(const U8 *buffer)
221{
222 write(dStrlen((const char *)buffer), buffer);
223 write(2, "\r\n");
224}
225
226void Stream::_write(const String & str)
227{

Callers 1

streamObject.cppFile · 0.45

Calls 2

writeFunction · 0.50
dStrlenFunction · 0.50

Tested by

no test coverage detected