DayZ 1.24
|
Private Member Functions | |
void | EnumTools () |
void | ~EnumTools () |
Static Private Member Functions | |
static string | EnumToString (typename e, int enumValue) |
Return string name of enum value. | |
static int | StringToEnum (typename e, string enumName) |
Return enum value from string name. | |
static int | GetEnumSize (typename e) |
Return amount of values in enum. | |
static int | GetEnumValue (typename e, int idx) |
Return the nth value in the enum. | |
static int | GetLastEnumValue (typename e) |
Return amount of values in enum. | |
Definition at line 586 of file EnConvert.c.
|
private |
|
private |
Return string name of enum value.
Definition at line 598 of file EnConvert.c.
Referenced by Hud::Debug().
Return amount of values in enum.
Definition at line 620 of file EnConvert.c.
Referenced by AnniversaryMusicSource(), UIScriptedMenu::DrawConnectingLines(), ContentDLC::OwnsAllDLC(), Hud::RefreshVehicleHud(), RemoteDetonatorTrigger::RemoteDetonatorTrigger(), and EnProfilerTests::TestSetFlags().
Return the nth value in the enum.
Definition at line 631 of file EnConvert.c.
Referenced by ContentDLC::OwnsAllDLC(), and EnProfilerTests::TestSetFlags().
Return amount of values in enum.
Definition at line 644 of file EnConvert.c.
Referenced by FireworksLauncher::FireworksLauncher(), and Land_Underground_EntranceBase::Land_Underground_EntranceBase().
Return enum value from string name.
Definition at line 609 of file EnConvert.c.
Referenced by EnProfilerTests::TestModule().