DayZ 1.26
DayZ Explorer by KGB
|
Закрытые члены | |
void | EnumTools () |
void | ~EnumTools () |
Закрытые статические члены | |
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. | |
Return string name of enum value.
Используется в AnalyticsRegisterStat(), AnalyticsSetState(), Environment::BodyPartHeatProperties(), Environment::BodyPartHeatProperties(), Hud::Debug() и OnCategorySet().
Return amount of values in enum.
Используется в AnniversaryMusicSource(), UIScriptedMenu::DrawConnectingLines(), ManBase::Init(), ContentDLC::OwnsAllDLC(), Hud::RefreshVehicleHud(), CarHud::RefreshVehicleHud(), RemoteDetonatorTrigger::RemoteDetonatorTrigger() и EnProfilerTests::TestSetFlags().
Return the nth value in the enum.
Используется в ContentDLC::OwnsAllDLC() и EnProfilerTests::TestSetFlags().
Return amount of values in enum.
Используется в FireworksLauncher::FireworksLauncher() и Land_Underground_EntranceBase::Land_Underground_EntranceBase().
Return enum value from string name.
Используется в EnProfilerTests::TestModule().