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

Method writeDemoStartBlock

Engine/source/sim/connectionStringTable.cpp:187–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

185}
186
187void ConnectionStringTable::writeDemoStartBlock(ResizeBitStream *stream)
188{
189 // ok, writing the demo start block
190 for(U32 i = 0; i < EntryCount; i++)
191 {
192 if(stream->writeFlag(mRemoteStringTable[i].isValidString()))
193 {
194 stream->writeString(mRemoteStringTable[i].getString());
195 stream->validate();
196 }
197 }
198}

Callers

nothing calls this directly

Calls 5

isValidStringMethod · 0.80
writeFlagMethod · 0.45
writeStringMethod · 0.45
getStringMethod · 0.45
validateMethod · 0.45

Tested by

no test coverage detected