Click or drag to resize

Timer Constructor (Double, Boolean, Boolean)

Initializes a new instance of the Timer class.

Namespace:  SampSharp.GameMode.SAMP
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public Timer(
	double interval,
	bool isRepeating,
	bool running
)

Parameters

interval
Type: SystemDouble
The interval in miliseconds.
isRepeating
Type: SystemBoolean
Whether to IsRepeating the timer (True); or stop after the first Tick(False).
running
Type: SystemBoolean
Whether the timer is running.
See Also