Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ getIndex
Method
getIndex
Engine/source/sim/netStringTable.h:159–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
157
bool isNull() const { return index == 0; }
158
bool isValidString() const { return index != 0; }
159
U32 getIndex() const { return index; }
160
};
161
162
#endif
Callers
4
getNetSendId
Method · 0.45
checkString
Method · 0.45
expandString
Method · 0.45
shapeBase.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected