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

Method AddComponentsSpawnedEntity

include/RavEngine/World.hpp:133–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131 }
132
133 void AddComponentsSpawnedEntity(const ComponentStore& store) {
134 component_op_mtx.lock();
135 component_addremove.emplace(true,store);
136 component_op_mtx.unlock();
137 }
138
139 void RemoveComponentsSpawnedEntity(const ComponentStore& store) {
140 component_op_mtx.lock();

Callers 1

SyncAddsMethod · 0.80

Calls 3

emplaceMethod · 0.80
lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected