MCPcopy Create free account
hub / github.com/GarageGames/Torque2D / getString

Method getString

engine/source/network/netStringTable.h:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 return *this;
143 }
144 const char *getString()
145 {
146 if(index)
147 return gNetStringTable->lookupString(index);
148 else
149 return NULL;
150 }
151 bool isNull() { return index == 0; }
152 bool isValidString() { return index != 0; }
153 U32 getIndex() { return index; }

Callers 7

packNetStringHandleUMethod · 0.45
packMethod · 0.45
writeMethod · 0.45
processMethod · 0.45
getDebugNameMethod · 0.45
writeDemoStartBlockMethod · 0.45
expandStringMethod · 0.45

Calls 1

lookupStringMethod · 0.45

Tested by

no test coverage detected