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

Method HasComponent

BG3Extender/GameDefinitions/EntitySystem.h:565–568  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

563 bool WasComponentChanged(EntityHandle entity, ComponentTypeIndex component);
564
565 inline bool HasComponent(ComponentTypeIndex type) const
566 {
567 return ComponentsInClass[(uint16_t)type];
568 }
569};
570
571

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected