![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
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 | 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. | |
| static int | StringToEnum (typename e, string enumName) |
| Return enum value from string name. | |
Definition at line 602 of file enconvert.c.
|
private |
|
private |
Return string name of enum value.
Definition at line 614 of file enconvert.c.
Referenced by AnalyticsRegisterStat(), AnalyticsSetState(), BodyPartHeatProperties(), BodyPartHeatProperties(), Entity::CacheSkinningBloodInfectionChance(), Debug(), Hud::Debug(), and OnCategorySet().
Return amount of values in enum.
Definition at line 636 of file enconvert.c.
Referenced by RemoteDetonatorTrigger::RemoteDetonatorTrigger(), AnniversaryMusicSource(), UIScriptedMenu::DrawConnectingLines(), ManBase::Init(), ContentDLC::OwnsAllDLC(), CarHud::RefreshVehicleHud(), and EnProfilerTests::TestSetFlags().
Return the nth value in the enum.
Definition at line 647 of file enconvert.c.
Referenced by ContentDLC::OwnsAllDLC(), and EnProfilerTests::TestSetFlags().
Return amount of values in enum.
Definition at line 660 of file enconvert.c.
Referenced by FireworksLauncher::FireworksLauncher(), and Land_Underground_EntranceBase::Land_Underground_EntranceBase().
Return enum value from string name.
Definition at line 625 of file enconvert.c.
Referenced by EnProfilerTests::TestModule().