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