PluginTimers

Namespace: uModPlugins

Assembly: uMod.Core.dll

Inheritance Object PluginTimers

Constructors

Name

Summary

PluginTimers (IPlugin)

Methods

Name

Summary

Destroy (out Timer)

Destroys a timer, returns the instance to the pool and sets the variable to null

Every (Single, Action)

Creates a timer which continuously fires at the specified interval

In (Single, Action)

Creates a timer which fires once after the specified delay

Once (Single, Action)

Creates a timer which fires once after the specified delay

Repeat (Single, Int32, Action)

Creates a timer which fires a set number of times at the specified interval

RepeatUntil (Single, Func<Boolean>, Action)

Creates a timer which continuously fires until the specified condition changes