[This is preliminary documentation and is subject to change.]
Starts this timer with the specified duration, and end message.
Namespace: fCraftAssembly: fCraft (in fCraft.dll) Version: 0.6.3.2 (0.6.3.2)
Syntax
Parameters
- duration
- TimeSpan
Amount of time the timer should run before completion.
- message
- String
Message to display when timer reaches zero. May be null.
- startedBy
- String
Name of player who started timer. May not be null.
Return Value
Newly-created, and already-started timer.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | If startedBy is null. |
| System..::..ArgumentOutOfRangeException | If duration is less than one second. |