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

Method isValidString

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

Source from the content-addressed store, hash-verified

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

Callers 6

writeDemoStartBlockMethod · 0.80
packNetStringHandleUMethod · 0.80
getDebugNameMethod · 0.80
reSkinMethod · 0.80
reSkinMethod · 0.80
reSkinMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected