Timer Constructor (Double, Boolean) |
Initializes a new instance of the Timer class and starts the timer.
Namespace:
SampSharp.GameMode.SAMP
Assembly:
SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax public Timer(
double interval,
bool isRepeating
)
Parameters
- interval
- Type: SystemDouble
The interval in miliseconds. - isRepeating
- Type: SystemBoolean
Whether to IsRepeating the timer (True); or stop after the first Tick(False).
See Also