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

Method GetAddOrs

BG3Extender/GameDefinitions/EntitySystem.h:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 }
315
316 inline std::span<ComponentTypeIndex const> GetAddOrs() const
317 {
318 return std::span(ComponentIndices + AddOrs, ComponentIndices + AddAnds);
319 }
320
321 inline std::span<ComponentTypeIndex const> GetAddAnds() const
322 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected