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

Method isNull

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

Source from the content-addressed store, hash-verified

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

Callers 9

updateReflectionMethod · 0.45
getRefractTexMethod · 0.45
isLocalConnectionMethod · 0.45
eventReadPacketMethod · 0.45
_allocVoiceMethod · 0.45
_preloadBufferMethod · 0.45
getBufferMethod · 0.45
_updateMethod · 0.45
updateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected