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

Method clearGraph

Engine/source/gui/editor/guiParticleGraphCtrl.cpp:935–939  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

933}
934
935void GuiParticleGraphCtrl::clearGraph(S32 plotID)
936{
937 mPlots[plotID].mGraphData.clear();
938 mPlots[plotID].mNutList.clear();
939}
940
941bool GuiParticleGraphCtrl::renderGraphTooltip(Point2I cursorPos, StringTableEntry tooltip)
942{

Callers 1

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected