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

Method GetFilterOr

BG3Extender/GameDefinitions/EntitySystem.h:263–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 }
262
263 inline std::span<uint8_t const> GetFilterOr() const
264 {
265 return std::span(GetComponentIndexPtr(FilterOr), GetComponentIndexPtr(FilterAnd));
266 }
267
268 inline std::span<uint8_t const> GetFilterAnd() const
269 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected