Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
TransactionTable () | |
long | TimeoutTicks (TimeSpan timeout) |
TimeSpan | RecalcTimeout (InternalTransaction tx) |
int | Add (InternalTransaction txNew) |
void | Remove (InternalTransaction tx) |
Properties | |
long | CurrentTime [get] |
Private Member Functions | |
void | AddIter (InternalTransaction txNew) |
void | ThreadTimer (object state) |
Private Attributes | |
readonly Timer | _timer |
bool | _timerEnabled |
readonly int | _timerInterval |
long | _ticks |
long | _lastTimerTime |
readonly BucketSet | _headBucketSet |
readonly CheapUnfairReaderWriterLock | _rwLock |
Definition at line 5 of file TransactionTable.cs.