Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
516
ECBEntityChangeSet const* ECBData::GetEntityChange(EntityHandle const& entity) const
517
{
518
return EntityChanges.find(entity);
519
}
520
521
ECBEntityChangeSet* ECBData::GetOrAddEntityChange(EntityHandle const& entity)
522
{
Callers
nothing calls this directly
Calls
1
find
Method · 0.45
Tested by
no test coverage detected