MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / onRemove

Method onRemove

Engine/source/T3D/accumulationVolume.cpp:137–145  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void AccumulationVolume::onRemove()
138{
139 if ( isClientObject() )
140 {
141 smAccuVolumes.remove(this);
142 refreshVolumes();
143 }
144 Parent::onRemove();
145}
146
147//-----------------------------------------------------------------------------
148

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected