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

Method getString

Engine/source/sim/netStringTable.h:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 return *this;
149 }
150 const char *getString() const
151 {
152 if(index)
153 return gNetStringTable->lookupString(index);
154 else
155 return NULL;
156 }
157 bool isNull() const { return index == 0; }
158 bool isValidString() const { return index != 0; }
159 U32 getIndex() const { return index; }

Callers 7

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

Calls 1

lookupStringMethod · 0.45

Tested by

no test coverage detected