Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ GetAddAnds
Method
GetAddAnds
BG3Extender/GameDefinitions/EntitySystem.h:321–324 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
319
}
320
321
inline std::span<ComponentTypeIndex const> GetAddAnds() const
322
{
323
return std::span(ComponentIndices + AddAnds, ComponentIndices + OneFrames);
324
}
325
326
inline std::span<ComponentTypeIndex const> GetOneFrames() const
327
{
Callers
1
UpdateQueryCache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected