Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ FixedStringId
Method
FixedStringId
CoreLib/Base/BaseString.h:83–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
static constexpr uint32_t NullIndex = 0xffffffffu;
82
83
inline FixedStringId() {}
84
85
inline FixedStringId(uint32_t index)
86
: Index(index)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected