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

Method removeAll

Engine/source/T3D/cameraSpline.cpp:131–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129
130
131void CameraSpline::removeAll()
132{
133 while(front())
134 delete remove(front());
135 mSize = 0;
136}
137
138
139//-----------------------------------------------------------------------------

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected