PC Stable Documentation
|
|
Private Member Functions | |
private void | EnumTools () |
private 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. | |
|
private |
|
private |
Return string name of enum value.
Referenced by AnalyticsRegisterStat(), AnalyticsSetState(), BodyPartHeatProperties(), BodyPartHeatProperties(), Entity::CacheSkinningBloodInfectionChance(), Hud::Debug(), and OnCategorySet().
Return amount of values in enum.
Referenced by AnniversaryMusicSource(), UIScriptedMenu::DrawConnectingLines(), ManBase::Init(), ContentDLC::OwnsAllDLC(), CarHud::RefreshVehicleHud(), RemoteDetonatorTrigger::RemoteDetonatorTrigger(), and EnProfilerTests::TestSetFlags().
Return the nth value in the enum.
Referenced by ContentDLC::OwnsAllDLC(), and EnProfilerTests::TestSetFlags().
Return amount of values in enum.
Referenced by FireworksLauncher::FireworksLauncher(), and Land_Underground_EntranceBase::Land_Underground_EntranceBase().
Return enum value from string name.
Referenced by EnProfilerTests::TestModule().