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

Method GetOptionals

BG3Extender/GameDefinitions/EntitySystem.h:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246 }
247
248 inline std::span<uint8_t const> GetOptionals() const
249 {
250 return std::span(GetComponentIndexPtr(Optionals), GetComponentIndexPtr(OneFrame));
251 }
252
253 inline std::span<uint8_t const> GetOneFrameComponents() const
254 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected