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

Method writeText

Engine/source/core/stream/stream.cpp:214–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212}
213
214void Stream::writeText(const char *text)
215{
216 if (text && text[0])
217 write(dStrlen(text), text);
218}
219
220void Stream::writeLine(const U8 *buffer)
221{

Callers 14

dumpDocFunction · 0.45
dumpFragmentFunction · 0.45
dumpVariableFunction · 0.45
dumpFunctionFunction · 0.45
dumpClassHeaderFunction · 0.45
dumpClassMemberFunction · 0.45
dumpClassFooterFunction · 0.45
dumpGroupStartFunction · 0.45
dumpGroupEndFunction · 0.45
dumpEnumFunction · 0.45
dumpEngineDocsFunction · 0.45

Calls 2

writeFunction · 0.50
dStrlenFunction · 0.50

Tested by

no test coverage detected