Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
GetStatistics ( string key ) : Stats |
Gets the statistics being tracked at key.
|
|
GetStatisticsAsync ( string key ) : Task |
Gets the statistics being tracked at key.
|
|
ScriptLoad ( ) : void |
Loads the underlying Lua script(s) onto all necessary servers.
|
|
SetStatistic ( string key, double value ) : void |
Sets the value at the key for a statistic we're tracking.
|
|
SetStatisticAsync ( string key, double value ) : System.Threading.Tasks.Task |
Sets the value at the key for a statistic we're tracking.
|
public static GetStatistics ( string key ) : Stats | ||
key | string | /// The key. /// |
Результат | Stats |
public static GetStatisticsAsync ( string key ) : Task |
||
key | string | /// The key. /// |
Результат | Task |
public static SetStatistic ( string key, double value ) : void | ||
key | string | /// The key. /// |
value | double | /// The value. /// |
Результат | void |
public static SetStatisticAsync ( string key, double value ) : System.Threading.Tasks.Task | ||
key | string | /// The key. /// |
value | double | /// The value. /// |
Результат | System.Threading.Tasks.Task |