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

Method readSTString

Engine/source/core/stream/stream.cpp:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147const char *Stream::readSTString(bool casesens)
148{
149 char buf[256];
150 readString(buf);
151 return StringTable->insert(buf, casesens);
152}
153
154void Stream::readLongString(U32 maxStringLen, char *stringBuf)
155{

Callers 15

readObjectMethod · 0.45
loadObjectStreamFunction · 0.45
_loadLegacyMethod · 0.45
streamObject.cppFile · 0.45
unpackDataMethod · 0.45
sReadFunction · 0.45
sfxReadAndResolveFunction · 0.45
unpackDataMethod · 0.45
unpackUpdateMethod · 0.45
unpackDataMethod · 0.45
unpackUpdateMethod · 0.45
readMethod · 0.45

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected