MCPcopy Create free account
hub / github.com/REGoth-project/REGoth / destroyVisualComponent

Method destroyVisualComponent

src/components/EntityActions.cpp:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10}
11
12void ::Components::Actions::Logic::destroyVisualComponent(VisualComponent& c)
13{
14 delete c.m_pVisualController;
15 c.m_pVisualController = nullptr;
16}
17
18void ::Components::Actions::Logic::destroyPfxComponent(Components::PfxComponent& c)
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected