프로퍼티 | 타입 | 설명 | |
---|---|---|---|
ID | int | ||
Id | int | ||
MinDuration | System.TimeSpan |
프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AddTimerToList | void | ||
Announce | void | ||
ChatTimer | System | ||
FindTimerByID | |||
FindTimerById | |||
RaiseStartedEvent | void | ||
RaiseStartedEvent | void | ||
RaiseStoppedEvent | void | ||
RaiseStoppedEvent | void | ||
RemoveTimerFromList | void | ||
Stop | void | ||
TimerCallback | void |
메소드 | 설명 | |
---|---|---|
Abort ( ) : void |
Stops this timer, and removes it from the list of timers.
|
|
Start ( System.TimeSpan duration, [ message, [ startedBy ) : |
Starts this timer with the specified duration, and end message.
|
|
Stop ( ) : void |
메소드 | 설명 | |
---|---|---|
AddTimerToList ( [ timer ) : void | ||
Announce ( System.TimeSpan timeLeft ) : void | ||
ChatTimer ( System.TimeSpan duration, [ message, [ startedBy ) : System | ||
FindTimerByID ( int id ) : |
||
FindTimerById ( int id ) : |
||
RaiseStartedEvent ( |
||
RaiseStartedEvent ( [ timer ) : void | ||
RaiseStoppedEvent ( |
||
RaiseStoppedEvent ( [ timer ) : void | ||
RemoveTimerFromList ( [ timer ) : void | ||
Stop ( bool aborted ) : void | ||
TimerCallback ( [ task ) : void |
public static Start ( System.TimeSpan duration, [ message, [ startedBy ) : |
||
duration | System.TimeSpan | Amount of time the timer should run before completion. Should not be less than ChatTimer.MinDuration. |
message | [ | Message to display when timer reaches zero. May be null. |
startedBy | [ | Name of player who started timer. May not be null. |
리턴 |