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

Method removeObject

Engine/source/T3D/accumulationVolume.cpp:323–327  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

321}
322
323void AccumulationVolume::removeObject(SimObjectPtr<SceneObject> object)
324{
325 smAccuObjects.remove(object);
326 refreshVolumes();
327}
328
329void AccumulationVolume::updateObject(SceneObject* object)
330{

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected