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

Method RemoveComponentsSpawnedEntity

include/RavEngine/World.hpp:139–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

137 }
138
139 void RemoveComponentsSpawnedEntity(const ComponentStore& store) {
140 component_op_mtx.lock();
141 component_addremove.emplace(false,store);
142 component_op_mtx.unlock();
143 }
144 };
145}

Callers 1

SyncRemovalsMethod · 0.80

Calls 3

emplaceMethod · 0.80
lockMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected