Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
214
void Stream::writeText(const char *text)
215
{
216
if (text && text[0])
217
write(dStrlen(text), text);
218
}
219
220
void Stream::writeLine(const U8 *buffer)
221
{
Callers
14
dumpDoc
Function · 0.45
dumpFragment
Function · 0.45
dumpVariable
Function · 0.45
dumpFunction
Function · 0.45
dumpClassHeader
Function · 0.45
dumpClassMember
Function · 0.45
dumpClassFooter
Function · 0.45
dumpGroupStart
Function · 0.45
dumpGroupEnd
Function · 0.45
dumpEnum
Function · 0.45
dumpEngineDocs
Function · 0.45
tsShapeConstruct.cpp
File · 0.45
Calls
2
write
Function · 0.50
dStrlen
Function · 0.50
Tested by
no test coverage detected