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

Method clearStringBuffer

Engine/source/core/stream/bitStream.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36// bitstream utility functions
37
38void BitStream::clearStringBuffer()
39{
40 static char stringBuf[256];
41 stringBuf[0] = 0;
42// setStringBuffer( stringBuf );
43}
44
45void BitStream::setStringBuffer(char buffer[256])
46{

Callers 10

sendPacketFunction · 0.80
processMasterServerQueryFunction · 0.80
processServerListPacketsFunction · 0.80
handleGamePingRequestFunction · 0.80
handleGameInfoRequestFunction · 0.80
handleInfoPacketMethod · 0.80
readPacketMethod · 0.80
writePacketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected