MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / writeStringBuffer

Method writeStringBuffer

Engine/source/core/stream/stream.h:149–149  ·  view source on GitHub ↗

Writes a NULL terminated string buffer.

Source from the content-addressed store, hash-verified

147
148 /// Writes a NULL terminated string buffer.
149 bool writeStringBuffer(const char* buffer) { return write(dStrlen(buffer), buffer); }
150
151 // read/write real strings
152 void write(const String & str) { _write(str); }

Callers 1

PrintMethod · 0.80

Calls 2

writeFunction · 0.50
dStrlenFunction · 0.50

Tested by

no test coverage detected