Method | Description | |
---|---|---|
AddStat ( string Name, double value ) : void | ||
DrawGraph ( string StatName ) : FastBitmap | ||
DrawGraph ( string StatName, double MaxVal ) : FastBitmap | ||
GetStat ( string Name ) : |
Method | Description | |
---|---|---|
DrawLine ( double y, double ScaleFactor ) : bool | ||
IsInGraphBar ( int x, int y, double Stats, double scaleFactor ) : bool |
public AddStat ( string Name, double value ) : void | ||
Name | string | |
value | double | |
return | void |
public DrawGraph ( string StatName ) : FastBitmap | ||
StatName | string | |
return | FastBitmap |
public DrawGraph ( string StatName, double MaxVal ) : FastBitmap | ||
StatName | string | |
MaxVal | double | |
return | FastBitmap |
public GetStat ( string Name ) : |
||
Name | string | |
return |