Timer Constructor (Int32, 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
Syntaxpublic Timer(
	int interval,
	bool isRepeating
)
Parameters
- interval
 - Type: SystemInt32
The interval in miliseconds. - isRepeating
 - Type: SystemBoolean
Whether to IsRepeating the timer (True); or stop after the first Tick(False). 
See Also