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

Method GetComponents

BG3Extender/GameDefinitions/EntitySystem.h:243–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241 }
242
243 inline std::span<uint8_t const> GetComponents() const
244 {
245 return std::span(GetComponentIndexPtr(0), GetComponentIndexPtr(Optionals));
246 }
247
248 inline std::span<uint8_t const> GetOptionals() const
249 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected