Click or drag to resize

TimerSystem Class

Represents a system which invokes timers on every tick.
Inheritance Hierarchy
SystemObject
  SampSharp.EntitiesTimerSystem

Namespace:  SampSharp.Entities
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public class TimerSystem : ITickingSystem, 
	ISystem, ITimerService

The TimerSystem type exposes the following members.

Constructors
  NameDescription
Public methodTimerSystem
Initializes a new instance of the TimerSystem class.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodStart
Starts a timer with the specified interval and action.
Public methodStop
Stops the specified timer.
Public methodTick
Occurs every server tick.
Public methodToString (Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodStart
Starts a timer with the specified interval. The specified method will be invoked on the specified target each timer tick.
(Defined by TimerServiceExtensions.)
Top
See Also