Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_EditorAttributePresetEntry Interface Reference
Inheritance diagram for SCR_EditorAttributePresetEntry:
SCR_BaseEditorAttributeEntry SCR_EditorAttributePresetMultiSelectEntry

Public Member Functions

void SCR_EditorAttributePresetEntry (int buttonsOnRow, bool hasRandomizeButton, ResourceName iconOfRandomizeButton=string.Empty, bool hasIcon=false, bool hasButtonDescription=false, string buttonDescription=string.Empty, int buttonHeight=-1)
 
void GetPresetValues (out int buttonsOnRow, out bool hasRandomizeButton, out ResourceName iconOfRandomizeButton, out bool hasIcon, out bool hasButtonDescription, out string buttonDescription, out int buttonHeight)
 

Protected Attributes

int m_iButtonsOnRow
 
bool m_bHasRandomizeButton
 
ResourceName m_sIconOfRandomizeButton
 
bool m_bHasIcon
 
bool m_bHasButtonDescription
 
string m_sButtonDescription
 
float m_iButtonHeight
 

Constructor & Destructor Documentation

◆ SCR_EditorAttributePresetEntry()

void SCR_EditorAttributePresetEntry.SCR_EditorAttributePresetEntry ( int buttonsOnRow,
bool hasRandomizeButton,
ResourceName iconOfRandomizeButton = string::Empty,
bool hasIcon = false,
bool hasButtonDescription = false,
string buttonDescription = string::Empty,
int buttonHeight = -1 )
Parameters
buttonsOnRow
hasRandomizeButton
iconOfRandomizeButton
hasIcon
hasButtonDescription
buttonDescription
buttonHeight

Member Function Documentation

◆ GetPresetValues()

void SCR_EditorAttributePresetEntry.GetPresetValues ( out int buttonsOnRow,
out bool hasRandomizeButton,
out ResourceName iconOfRandomizeButton,
out bool hasIcon,
out bool hasButtonDescription,
out string buttonDescription,
out int buttonHeight )

Member Data Documentation

◆ m_bHasButtonDescription

bool SCR_EditorAttributePresetEntry.m_bHasButtonDescription
protected

◆ m_bHasIcon

bool SCR_EditorAttributePresetEntry.m_bHasIcon
protected

◆ m_bHasRandomizeButton

bool SCR_EditorAttributePresetEntry.m_bHasRandomizeButton
protected

◆ m_iButtonHeight

float SCR_EditorAttributePresetEntry.m_iButtonHeight
protected

◆ m_iButtonsOnRow

int SCR_EditorAttributePresetEntry.m_iButtonsOnRow
protected

◆ m_sButtonDescription

string SCR_EditorAttributePresetEntry.m_sButtonDescription
protected

◆ m_sIconOfRandomizeButton

ResourceName SCR_EditorAttributePresetEntry.m_sIconOfRandomizeButton
protected

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