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

Method clearAllGraphs

Engine/source/gui/editor/guiParticleGraphCtrl.cpp:927–933  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925}
926
927void GuiParticleGraphCtrl::clearAllGraphs()
928{
929 for(S32 i = 0;i < MaxPlots;i++)
930 {
931 clearGraph(i);
932 }
933}
934
935void GuiParticleGraphCtrl::clearGraph(S32 plotID)
936{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected