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

Method getIndex

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

Source from the content-addressed store, hash-verified

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

Callers 3

getNetSendIdMethod · 0.45
checkStringMethod · 0.45
expandStringMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected