Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
updateReflection
Method · 0.45
getRefractTex
Method · 0.45
isLocalConnection
Method · 0.45
eventReadPacket
Method · 0.45
_allocVoice
Method · 0.45
_preloadBuffer
Method · 0.45
getBuffer
Method · 0.45
_update
Method · 0.45
update
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected