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

Method GetOptionals

BG3Extender/GameDefinitions/EntitySystem.h:336–339  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334 }
335
336 inline std::span<ComponentTypeIndex const> GetOptionals() const
337 {
338 return std::span(ComponentIndices + Optionals, ComponentIndices + Immediates);
339 }
340
341 inline std::span<ComponentTypeIndex const> GetImmediates() const
342 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected