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

Method addAutoPlot

Engine/source/gui/editor/guiGraphCtrl.cpp:286–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

guiGraphCtrl.cppFile · 0.80

Calls 1

insertMethod · 0.45

Tested by

no test coverage detected