|
Arma Reforger Script API
|
Public Member Functions | |
| override void | OnTabCreate (Widget menuRoot, ResourceName buttonsLayout, int index) |
| void | SetEnableLayerEditing (SCR_SelectionWidgetComponent checkBox, bool state) |
| void | SetVerticalSnap (SCR_SelectionWidgetComponent checkBox, bool state) |
| void | SetVerticalMode (SCR_SelectionWidgetComponent checkBox, int state) |
| void | SetHorizontalCameraSpeed (SCR_SelectionWidgetComponent checkBox, bool state) |
| void | SetATLSpeed (SCR_SelectionWidgetComponent checkBox, bool state) |
| void | SetSpeedCoef (SCR_SliderComponent slider, float value) |
| void | SetCameraAboveTerrain (SCR_SelectionWidgetComponent checkBox, bool state) |
| void | SetCameraRotateWithModifier (SCR_SelectionWidgetComponent checkBox, bool state) |
| string | GetSliderText (float value, int decimals) |
Public Member Functions inherited from SCR_SettingsSubMenuBase | |
| override void | OnTabHide () |
| override void | OnTabShow () |
Public Member Functions inherited from SCR_SubMenuBase | |
| void | OnMenuFocusGained () |
| void | OnMenuFocusLost () |
| void | OnMenuShow () |
| void | OnMenuHide () |
| void | OnMenuUpdate (float tDelta) |
| void | OnTabRemove () |
| void | OnTabChange () |
| bool | GetShown () |
| int | GetIndex () |
| ScriptInvokerVoid | GetOnRequestCloseMenu () |
| ScriptInvokerInt2 | GetOnRequestTabChange () |
Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| override void | HandlerAttached (Widget w) |
| override bool | OnClick (Widget w, int x, int y, int button) |
| Widget | GetRootWidget () |
| bool | IsVisible () |
Public Attributes | |
| SCR_SelectionWidgetComponent | m_wHorizontalCameraSpeedCheckbox |
| SCR_SelectionWidgetComponent | m_wATLSpeedCheckbox |
| SCR_SliderComponent | m_wSpeedCoefSlider |
Public Attributes inherited from SCR_ScriptedWidgetComponent | |
| ref ScriptInvoker | m_OnClick = new ScriptInvoker |
Protected Member Functions | |
| void | SetShowIdentityTooltip (SCR_SelectionWidgetComponent checkBox, bool state) |
Protected Member Functions inherited from SCR_SettingsSubMenuBase | |
| void | LoadSettings (bool forceLoadSettings=false, bool addEntryChangedEventHandler=true) |
| void | OnMenuItemChanged (SCR_SettingsBindingBase binding) |
| void | HideMenuItem (string widgetName) |
Protected Member Functions inherited from SCR_SubMenuBase | |
| void | ShowNavigationButtons (bool show) |
| void | FlagNavigationButtonVisibility (SCR_InputButtonComponent button, bool show) |
| void | SetNavigationButtonVisibile (SCR_InputButtonComponent button, bool show, bool animate=false) |
| SCR_InputButtonComponent | CreateNavigationButton (string actionName, string label, bool rightFooter=false, bool show=true) |
| void | RequestCloseMenu () |
| void | RequestTabChange (int newTabIndex) |
Additional Inherited Members | |
Static Public Member Functions inherited from SCR_ScriptedWidgetComponent | |
| static SCR_ScriptedWidgetComponent | GetComponent (TypeName componentType, string name, Widget parent, bool searchAllChildren=true) |
| Base method for component lookup through the widget library. | |
Protected Attributes inherited from SCR_SettingsSubMenuBase | |
| ref array< ref SCR_SettingsBindingBase > | m_aSettingsBindings = {} |
| ScrollLayoutWidget | m_wScroll |
| bool | m_bLoadingSettings |
Protected Attributes inherited from SCR_SubMenuBase | |
| ResourceName | m_sNavigationButtonLayout |
| SCR_DynamicFooterComponent | m_DynamicFooter |
| ref array< SCR_InputButtonComponent > | m_aNavigationButtons = {} |
| ref map< SCR_InputButtonComponent, bool > | m_aNavigationButtonsVisibilityFlags = new map<SCR_InputButtonComponent, bool>() |
| Widget | m_wMenuRoot |
| int | m_iIndex |
| bool | m_bShown |
| bool | m_bFocused |
| ref ScriptInvokerVoid | m_OnRequestCloseMenu |
| ref ScriptInvokerInt2 | m_OnRequestTabChange |
Protected Attributes inherited from SCR_ScriptedWidgetComponent | |
| Widget | m_wRoot |
| string SCR_EditorSettingsSubMenu.GetSliderText | ( | float | value, |
| int | decimals ) |
| override void SCR_EditorSettingsSubMenu.OnTabCreate | ( | Widget | menuRoot, |
| ResourceName | buttonsLayout, | ||
| int | index ) |
Implements SCR_SettingsSubMenuBase.
| void SCR_EditorSettingsSubMenu.SetATLSpeed | ( | SCR_SelectionWidgetComponent | checkBox, |
| bool | state ) |
| void SCR_EditorSettingsSubMenu.SetCameraAboveTerrain | ( | SCR_SelectionWidgetComponent | checkBox, |
| bool | state ) |
| void SCR_EditorSettingsSubMenu.SetCameraRotateWithModifier | ( | SCR_SelectionWidgetComponent | checkBox, |
| bool | state ) |
| void SCR_EditorSettingsSubMenu.SetEnableLayerEditing | ( | SCR_SelectionWidgetComponent | checkBox, |
| bool | state ) |
| void SCR_EditorSettingsSubMenu.SetHorizontalCameraSpeed | ( | SCR_SelectionWidgetComponent | checkBox, |
| bool | state ) |
|
protected |
| void SCR_EditorSettingsSubMenu.SetSpeedCoef | ( | SCR_SliderComponent | slider, |
| float | value ) |
| void SCR_EditorSettingsSubMenu.SetVerticalMode | ( | SCR_SelectionWidgetComponent | checkBox, |
| int | state ) |
| void SCR_EditorSettingsSubMenu.SetVerticalSnap | ( | SCR_SelectionWidgetComponent | checkBox, |
| bool | state ) |
| SCR_SelectionWidgetComponent SCR_EditorSettingsSubMenu.m_wATLSpeedCheckbox |
| SCR_SelectionWidgetComponent SCR_EditorSettingsSubMenu.m_wHorizontalCameraSpeedCheckbox |
| SCR_SliderComponent SCR_EditorSettingsSubMenu.m_wSpeedCoefSlider |