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