Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ EmptyString
Method
EmptyString
Engine/source/core/stringTable.h:160–160 ·
view source on GitHub ↗
Represents a zero length string.
Source
from the content-addressed store, hash-verified
158
159
/// Represents a zero length string.
160
StringTableEntry EmptyString() const { return _EmptyString; }
161
};
162
163
Callers
15
preload
Method · 0.80
onPerformSubstitutions
Method · 0.80
onPerformSubstitutions
Method · 0.80
SimObject
Method · 0.80
setFilename
Method · 0.80
getPrefixedDataField
Method · 0.80
setPrefixedDataField
Method · 0.80
getPrefixedDynamicDataField
Method · 0.80
setPrefixedDynamicDataField
Method · 0.80
getDataFieldPrefix
Method · 0.80
setInternalName
Method · 0.80
setOriginalName
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected