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

Method GetOneFrames

BG3Extender/GameDefinitions/EntitySystem.h:326–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

324 }
325
326 inline std::span<ComponentTypeIndex const> GetOneFrames() const
327 {
328 return std::span(ComponentIndices + OneFrames, ComponentIndices + OptionalOneFrames);
329 }
330
331 inline std::span<ComponentTypeIndex const> GetOptionalOneFrames() const
332 {

Callers 1

UpdateQueryCacheMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected