Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BaseFloatValueHolderEditorAttribute Class Reference

Attribute base for Name, icon and float value for other attributes to inherent from. More...

Inheritance diagram for SCR_BaseFloatValueHolderEditorAttribute:
SCR_BaseEditorAttribute SCR_AIFormationEditorAttribute SCR_AIGroupCombatModeAttribute SCR_AIWaypointArtillerySupportAmmoTypeAttribute SCR_AIWaypointArtillerySupportShotCountAttribute SCR_AiMovementSpeedEditorAttribute SCR_AiSkillEditorAttribute SCR_AiStanceEditorAttribute SCR_ArsenalAmmunitionModeAttribute SCR_ArsenalGameModeTypeEditorAttribute SCR_ArsenalSaveTypeAttribute SCR_BasePresetsEditorAttribute SCR_FriendlyFireKillfeedTypeEditorAttribute SCR_GameOverTypeEditorAttribute SCR_GlobalDeployableRadioSettingEditorAttribute SCR_KillfeedReceiveTypeEditorAttribute SCR_KillfeedTypeEditorAttribute SCR_LensFlareEditorAttribute SCR_PunishKillingWhenDesguisedEditorAttribute SCR_SetPerceivedCharacterFactionEditorAttribute SCR_TaskOwnershipEditorAttribute SCR_TaskStateEditorAttribute SCR_TaskUIVisibilityEditorAttribute SCR_TaskVisibilityEditorAttribute SCR_WindDirectionEditorAttribute

Protected Member Functions

override int GetEntries (notnull array< ref SCR_BaseEditorAttributeEntry > outEntries)
int ConvertValueToIndex (float value)
bool ConvertIndexToValue (int index, out float outValue)
bool ValidateEnumValues (typename enumType, bool checkEnumCount=true)

Protected Attributes

ref array< ref SCR_EditorAttributeFloatStringValueHolderm_aValues

Detailed Description

Attribute base for Name, icon and float value for other attributes to inherent from.

Definition at line 3 of file SCR_BaseFloatValueHolderEditorAttribute.c.

Member Function Documentation

◆ ConvertIndexToValue()

bool SCR_BaseFloatValueHolderEditorAttribute::ConvertIndexToValue ( int index,
out float outValue )
inlineprotected

Definition at line 28 of file SCR_BaseFloatValueHolderEditorAttribute.c.

◆ ConvertValueToIndex()

int SCR_BaseFloatValueHolderEditorAttribute::ConvertValueToIndex ( float value)
inlineprotected

Definition at line 16 of file SCR_BaseFloatValueHolderEditorAttribute.c.

◆ GetEntries()

override int SCR_BaseFloatValueHolderEditorAttribute::GetEntries ( notnull array< ref SCR_BaseEditorAttributeEntry > outEntries)
inlineprotected

Definition at line 9 of file SCR_BaseFloatValueHolderEditorAttribute.c.

◆ ValidateEnumValues()

bool SCR_BaseFloatValueHolderEditorAttribute::ValidateEnumValues ( typename enumType ,
bool checkEnumCount = true )
inlineprotected

Definition at line 39 of file SCR_BaseFloatValueHolderEditorAttribute.c.

Member Data Documentation

◆ m_aValues

ref array<ref SCR_EditorAttributeFloatStringValueHolder> SCR_BaseFloatValueHolderEditorAttribute::m_aValues
protected

Definition at line 6 of file SCR_BaseFloatValueHolderEditorAttribute.c.


The documentation for this class was generated from the following file: