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

Method isNull

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

Source from the content-addressed store, hash-verified

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

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