Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
323
void AccumulationVolume::removeObject(SimObjectPtr<SceneObject> object)
324
{
325
smAccuObjects.remove(object);
326
refreshVolumes();
327
}
328
329
void AccumulationVolume::updateObject(SceneObject* object)
330
{
Callers
nothing calls this directly
Calls
1
remove
Method · 0.45
Tested by
no test coverage detected