|
Arma Reforger Script API
|
Public Member Functions | |
| void | SCR_EditorAttributePresetMultiSelectEntry (int buttonsOnRow, bool hasRandomizeButton, ResourceName iconOfRandomizeButton=string.Empty, bool hasIcon=false, bool hasButtonDescription=false, string buttonDescription=string.Empty, int buttonHeight=-1, int customFlags=false) |
| bool | GetUsesCustomFlags () |
Public Member Functions inherited from SCR_EditorAttributePresetEntry | |
| 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 | |
| bool | m_bCustomFlags |
Protected Attributes inherited from SCR_EditorAttributePresetEntry | |
| int | m_iButtonsOnRow |
| bool | m_bHasRandomizeButton |
| ResourceName | m_sIconOfRandomizeButton |
| bool | m_bHasIcon |
| bool | m_bHasButtonDescription |
| string | m_sButtonDescription |
| float | m_iButtonHeight |
| void SCR_EditorAttributePresetMultiSelectEntry.SCR_EditorAttributePresetMultiSelectEntry | ( | int | buttonsOnRow, |
| bool | hasRandomizeButton, | ||
| ResourceName | iconOfRandomizeButton = string::Empty, | ||
| bool | hasIcon = false, | ||
| bool | hasButtonDescription = false, | ||
| string | buttonDescription = string::Empty, | ||
| int | buttonHeight = -1, | ||
| int | customFlags = false ) |
| buttonsOnRow | |
| hasRandomizeButton | |
| iconOfRandomizeButton | |
| hasIcon | |
| hasButtonDescription | |
| buttonDescription | |
| buttonHeight | |
| customFlags |
| bool SCR_EditorAttributePresetMultiSelectEntry.GetUsesCustomFlags | ( | ) |
|
protected |