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

Method getIndex

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

Source from the content-addressed store, hash-verified

157 bool isNull() const { return index == 0; }
158 bool isValidString() const { return index != 0; }
159 U32 getIndex() const { return index; }
160};
161
162#endif

Callers 4

getNetSendIdMethod · 0.45
checkStringMethod · 0.45
expandStringMethod · 0.45
shapeBase.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected