Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ GetExcludes
Method
GetExcludes
BG3Extender/GameDefinitions/EntitySystem.h:311–314 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
309
}
310
311
inline std::span<ComponentTypeIndex const> GetExcludes() const
312
{
313
return std::span(ComponentIndices + Excludes, ComponentIndices + AddOrs);
314
}
315
316
inline std::span<ComponentTypeIndex const> GetAddOrs() const
317
{
Callers
1
UpdateQueryCache
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected