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

Method GetImmediates

BG3Extender/GameDefinitions/EntitySystem.h:341–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339 }
340
341 inline std::span<ComponentTypeIndex const> GetImmediates() const
342 {
343 return std::span(ComponentIndices + Immediates, ComponentIndices + Writes);
344 }
345
346 inline std::span<ComponentTypeIndex const> GetWrites() const
347 {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected