![]() |
Mod Helpers
v5.9.6
A centralized collection of library code, helpful services, and end-user functions for mod management and information.
|
Assorted static "helper" misc. functions. More...
Static Public Member Functions | |
static string | RenderTickDuration (int ticks) |
Renders a given game tick value as a string. More... | |
static string | RenderCondensedTickDuration (int ticks) |
Renders a given game tick value as a condensed string. More... | |
static string | RenderColorHex (Color color) |
Renders a color as a hex code string. More... | |
Assorted static "helper" misc. functions.
Definition at line 11 of file MiscHelpers.cs.
|
static |
Renders a color as a hex code string.
color |
Definition at line 105 of file MiscHelpers.cs.
|
static |
Renders a given game tick value as a condensed string.
ticks |
Definition at line 74 of file MiscHelpers.cs.
|
static |
Renders a given game tick value as a string.
ticks |
Definition at line 46 of file MiscHelpers.cs.