Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
IncrementingEventCounter (string name, EventSource eventSource) | |
void | Increment (double increment=1.0) |
override string | ToString () |
void | Dispose () |
void | AddMetadata (string key, string? value) |
Protected Member Functions | |
void | Publish () |
Package Functions | |
override void | WritePayload (float intervalSec, int pollingIntervalMillisec) |
void | UpdateMetric () |
void | ReportOutOfBandMessage (string message) |
string | GetMetadataString () |
Properties | |
TimeSpan | DisplayRateTimeScale [get, set] |
string | DisplayName [get, set] |
string | DisplayUnits [get, set] |
string | Name [get] |
EventSource | EventSource [get] |
Private Attributes | |
double | _increment |
double | _prevIncrement |
string | _displayName = "" |
string | _displayUnits = "" |
CounterGroup | _group |
Dictionary< string, string > | _metadata |
Definition at line 7 of file IncrementingEventCounter.cs.