Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ onRemove
Method
onRemove
Engine/source/T3D/entity.cpp:231–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
229
}
230
231
void Entity::onRemove()
232
{
233
clearComponents(true);
234
235
removeFromScene();
236
237
onDataSet.removeAll();
238
239
Parent::onRemove();
240
}
241
242
void Entity::onPostAdd()
243
{
Callers
nothing calls this directly
Calls
1
removeAll
Method · 0.45
Tested by
no test coverage detected