Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getNetSendId
Method · 0.45
checkString
Method · 0.45
expandString
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected