Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Norbyte/bg3se
/ Clear
Method
Clear
BG3Extender/GameDefinitions/EntitySystem.cpp:504–508 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
502
}
503
504
void ECSComponentDataMap::Clear()
505
{
506
componentData_.clear();
507
replicationData_.clear();
508
}
509
510
ComponentOps* ComponentOpsRegistry::Get(ComponentTypeIndex id) const
511
{
Callers
1
UpdateComponentMappings
Method · 0.45
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected