MCPcopy Create free account
hub / github.com/Norbyte/bg3se / GetIncludeAny

Method GetIncludeAny

BG3Extender/GameDefinitions/EntitySystem.h:306–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

304 }
305
306 inline std::span<ComponentTypeIndex const> GetIncludeAny() const
307 {
308 return std::span(ComponentIndices + IncludeAny, ComponentIndices + Excludes);
309 }
310
311 inline std::span<ComponentTypeIndex const> GetExcludes() const
312 {

Callers 2

UpdateQueryCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected