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