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

Method ValidateEntityChanges

BG3Extender/GameDefinitions/EntitySystem.cpp:1538–1543  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1536}
1537
1538void EntitySystemHelpersBase::ValidateEntityChanges()
1539{
1540 OPTICK_EVENT(Optick::Category::Debug);
1541 auto world = GetEntityWorld();
1542 ValidateEntityChanges(world->Cache->WriteChanges);
1543}
1544
1545void EntitySystemHelpersBase::ValidateEntityChanges(ImmediateWorldCache::Changes& changes)
1546{

Callers

nothing calls this directly

Calls 5

GetEntityWorldFunction · 0.85
GetComponentTypeFunction · 0.85
ComponentTypeIndexEnum · 0.85
sizeMethod · 0.45
GetMethod · 0.45

Tested by

no test coverage detected