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

Method OnFlushECBs

BG3Extender/GameDefinitions/EntitySystem.cpp:1345–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1343}
1344
1345void EntitySystemHelpersBase::OnFlushECBs()
1346{
1347 if (CheckLevel == RuntimeCheckLevel::FullECS) {
1348 ValidateECBFlushChanges();
1349 }
1350
1351 ThrowECBFlushEvents();
1352
1353 if (logging_) {
1354 DebugLogECBFlushChanges();
1355 }
1356}
1357
1358void EntitySystemHelpersBase::DebugLogECBFlushChanges()
1359{

Callers 1

OnECSFlushECBsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected