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

Method GetEntityChange

BG3Extender/GameDefinitions/EntitySystem.cpp:516–519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516ECBEntityChangeSet const* ECBData::GetEntityChange(EntityHandle const& entity) const
517{
518 return EntityChanges.find(entity);
519}
520
521ECBEntityChangeSet* ECBData::GetOrAddEntityChange(EntityHandle const& entity)
522{

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected