|
Mod Helpers
v5.9.6
A centralized collection of library code, helpful services, and end-user functions for mod management and information.
|
This is the complete list of members for HamstarHelpers.Services.Timers.Timers, including all inherited members.
| GetTimerTickDuration(string name) | HamstarHelpers.Services.Timers.Timers | static |
| MainOnTickGet() | HamstarHelpers.Services.Timers.Timers | static |
| ResetAll() | HamstarHelpers.Services.Timers.Timers | static |
| RunNow(Action action) | HamstarHelpers.Services.Timers.Timers | static |
| RunUntil(Func< bool > func, bool runsWhilePaused) | HamstarHelpers.Services.Timers.Timers | static |
| RunUntil(Func< bool > func, int times, bool runsWhilePaused) | HamstarHelpers.Services.Timers.Timers | static |
| SetTimer(int tickDuration, bool runsWhilePaused, Func< bool > func) | HamstarHelpers.Services.Timers.Timers | static |
| SetTimer(string name, int tickDuration, bool runsWhilePaused, Func< bool > func) | HamstarHelpers.Services.Timers.Timers | static |
| SetTimer(string name, int tickDuration, bool runsWhilePaused, Func< int > action) | HamstarHelpers.Services.Timers.Timers | static |
| UnsetTimer(string name) | HamstarHelpers.Services.Timers.Timers | static |