| 299 | //----------------------------------------------------------------------------- |
| 300 | |
| 301 | void GuiGraphCtrl::setGraphType( S32 plotID, GraphType graphType ) |
| 302 | { |
| 303 | AssertFatal( plotID > -1 && plotID < MaxPlots, "Invalid plot specified!" ); |
| 304 | mGraphType[ plotID ] = graphType; |
| 305 | } |
| 306 | |
| 307 | //============================================================================= |
| 308 | // Console Methods. |