MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / removeAll

Method removeAll

Engine/source/T3D/cameraSpline.cpp:127–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126
127void CameraSpline::removeAll()
128{
129 while(front())
130 delete remove(front());
131 mSize = 0;
132}
133
134
135//-----------------------------------------------------------------------------

Callers 5

onAddMethod · 0.45
resetMethod · 0.45
unpackUpdateMethod · 0.45
onRemoveMethod · 0.45
onRemoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected