Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
void | Dispose () |
Package Functions | |
Timer (int durationMilliseconds) | |
bool | Cancel () |
Properties | |
int | StartTime [get] |
int | Expiration [get] |
bool | HasExpired [get] |
Private Attributes | |
readonly int | _startTimeMilliseconds |
readonly int | _durationMilliseconds |
Definition at line 25 of file TimerThread.cs.