Mod Helpers  v5.9.6
A centralized collection of library code, helpful services, and end-user functions for mod management and information.
HamstarHelpers.Services.Timers.Timers Member List

This is the complete list of members for HamstarHelpers.Services.Timers.Timers, including all inherited members.

GetTimerTickDuration(string name)HamstarHelpers.Services.Timers.Timersstatic
MainOnTickGet()HamstarHelpers.Services.Timers.Timersstatic
ResetAll()HamstarHelpers.Services.Timers.Timersstatic
RunNow(Action action)HamstarHelpers.Services.Timers.Timersstatic
RunUntil(Func< bool > func, bool runsWhilePaused)HamstarHelpers.Services.Timers.Timersstatic
RunUntil(Func< bool > func, int times, bool runsWhilePaused)HamstarHelpers.Services.Timers.Timersstatic
SetTimer(int tickDuration, bool runsWhilePaused, Func< bool > func)HamstarHelpers.Services.Timers.Timersstatic
SetTimer(string name, int tickDuration, bool runsWhilePaused, Func< bool > func)HamstarHelpers.Services.Timers.Timersstatic
SetTimer(string name, int tickDuration, bool runsWhilePaused, Func< int > action)HamstarHelpers.Services.Timers.Timersstatic
UnsetTimer(string name)HamstarHelpers.Services.Timers.Timersstatic