Timer

Namespace: uModLibraries

Assembly: uMod.Core.dll

Inheritance ObjectLibrary Timer

Implements ILibrary, ISingleton

Summary

The timer library

Constructors

Name

Summary

Timer (IModule, IApplication)

Methods

Name

Summary

NextFrame (Action)

Creates a timer that fires once next frame

Once (Single, Action, IPlugin)

Creates a timer that fires once

Repeat (Single, Int32, Action, IPlugin)

Creates a timer that fires the specified number of times

RepeatUntil (Single, Func<Boolean>, Action, IPlugin)

Creates a timer that fires until the condition changes

Update (Single)

Static Fields

Name

Summary

LastTimeSlot

TickDuration

TimeSlots

Static Properties

Name

Summary

Count