MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / SyncAdds

Method SyncAdds

src/Entity.cpp:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void RavEngine::Entity::SyncAdds()
25{
26 Ref<World> world(GetWorld());
27 world->AddComponentsSpawnedEntity(addBuffer);
28 addBuffer.clear();
29}
30
31void RavEngine::Entity::SyncRemovals()
32{

Callers

nothing calls this directly

Calls 2

clearMethod · 0.45

Tested by

no test coverage detected