Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
927
void GuiParticleGraphCtrl::clearAllGraphs()
928
{
929
for(S32 i = 0;i < MaxPlots;i++)
930
{
931
clearGraph(i);
932
}
933
}
934
935
void GuiParticleGraphCtrl::clearGraph(S32 plotID)
936
{
Callers
1
guiParticleGraphCtrl.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected