MCPcopy Create free account
hub / github.com/ddiakopoulos/polymer / destroy

Method destroy

libraries/lib-engine/src/scene.cpp:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15void scene::destroy(entity e)
16{
17 if (e == kInvalidEntity) return;
18}
19
20void scene::import_environment(const std::string & import_path)
21{

Callers 2

delete_selected_entityFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected