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

Method addAutoPlot

Engine/source/gui/editor/guiGraphCtrl.cpp:287–291  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285//-----------------------------------------------------------------------------
286
287void GuiGraphCtrl::addAutoPlot( S32 plotID, const char* variable, S32 update )
288{
289 mAutoPlot[ plotID ] = StringTable->insert( variable );
290 mAutoPlotDelay[ plotID ] = update;
291}
292
293//-----------------------------------------------------------------------------
294

Callers 1

guiGraphCtrl.cppFile · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected