MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / destroy

Method destroy

ogsr_engine/xr_3da/Environment_misc.cpp:255–259  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

253CEnvAmbient::~CEnvAmbient() { destroy(); }
254
255void CEnvAmbient::destroy()
256{
257 delete_data(m_effects);
258 delete_data(m_sound_channels);
259}
260
261void CEnvAmbient::load(CInifile& ambients_config, CInifile& sound_channels_config, CInifile& effects_config, const shared_str& sect)
262{

Callers 1

Calls 2

delete_dataFunction · 0.85
DestroyMethod · 0.45

Tested by

no test coverage detected