Loading...
Searching...
No Matches
realvirtual.StatOutput Class Reference
Inheritance diagram for realvirtual.StatOutput:

Public Member Functions | |
void | Output (int count=1) |
Adds output count (default is 1). | |
void | StatReset () |
Resets output statistics. | |
void | ResetStatistics () |
string | GetDisplay () |
Returns the current display string for the UI. | |
float | GetResetTime () |
Public Attributes | |
float | HoursPerDay |
bool | PartsPerDayInDisplay |
string | PartsDescription |
int | TotalCount |
float | PartsPerHour |
float | PartsPerDay |
Member Function Documentation
◆ GetDisplay()
string realvirtual.StatOutput.GetDisplay | ( | ) |
Returns the current display string for the UI.
Implements realvirtual.IStatDisplay.
◆ Output()
void realvirtual.StatOutput.Output | ( | int | count = 1 | ) |
Adds output count (default is 1).
- Parameters
-
count How many parts to add
◆ StatReset()
void realvirtual.StatOutput.StatReset | ( | ) |
Resets output statistics.
Implements realvirtual.IStatReset.