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

Method GetFilterAnd

BG3Extender/GameDefinitions/EntitySystem.h:268–271  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

266 }
267
268 inline std::span<uint8_t const> GetFilterAnd() const
269 {
270 return std::span(GetComponentIndexPtr(FilterAnd), GetComponentIndexPtr(NumComponents));
271 }
272};
273
274enum class QueryFlags : uint32_t

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected