Arma Reforger Script API
|
Public Member Functions | |
EEditorCommandActionFlags | GetCommandState () |
Get state of commanding. | |
ScriptInvoker | GetOnCommandStateChange () |
Get even tcalled every time the commanding state changes. | |
override void | HandlerAttachedScripted (Widget w) |
Event called when subcomponent is initialized. | |
override void | HandlerDeattached (Widget w) |
Public Member Functions inherited from SCR_BaseContextMenuEditorUIComponent | |
void | CloseContextMenu () |
ScriptInvoker | GetOnContextMenuToggle () |
bool | IsContextMenuOpen () |
override void | HandlerAttachedScripted (Widget w) |
Event called when subcomponent is initialized. | |
override void | HandlerDeattached (Widget w) |
Public Member Functions inherited from MenuRootSubComponent | |
Widget | GetWidget () |
Get widget to which the component belongs to. | |
MenuRootBase | GetMenu () |
Get menu of which the widget is part of. | |
MenuRootComponent | GetRootComponent () |
Get root component of this subcomponent,. | |
void | HandlerAttachedScripted (Widget w) |
Event called when subcomponent is initialized. | |
override void | HandlerAttached (Widget w) |
override void | HandlerDeattached (Widget w) |
Protected Member Functions | |
void | PerformDefaultCommand (bool isQueue) |
void | OnEditorSetCommand () |
void | OnEditorAddCommand () |
void | OnEditorCommandModifier (float value, EActionTrigger reason) |
void | OnSelectedChanged (EEditableEntityState state, set< SCR_EditableEntityComponent > entitiesInsert, set< SCR_EditableEntityComponent > entitiesRemove) |
void | UpdateState (bool clear=false) |
Protected Member Functions inherited from SCR_BaseContextMenuEditorUIComponent | |
void | OnInputDeviceIsGamepad (bool isGamepad) |
void | PopulateContextMenu (vector cursorWorldPosition) |
void | OpenContextMenu () |
vector | GetCursorWorldPos () |
void | RemoveButtonWidgets () |
void | OnMouseLeftDown () |
void | OnOpenActionsMenuDown () |
void | OnContextMenuOptionClicked (Widget widget, float value, EActionTrigger reason) |
void | OnEditorModeChanged () |
Protected Member Functions inherited from SCR_BaseEditorUIComponent | |
vector | OnCancelDown () |
bool | OnCancelUp () |
void | OnCancelExpired () |
Protected Member Functions inherited from MenuRootSubComponent | |
bool | IsUnique () |
Is the component to exist only in one instance? If so, it will be registered in the list of components and can be searched for. | |
Additional Inherited Members | |
Static Public Attributes inherited from SCR_BaseEditorUIComponent | |
const int | CANCEL_CLICK_MAX_DIS = 5 |
const int | CANCEL_CLICK_MAX_TIME = 500 |
EEditorCommandActionFlags SCR_CommandActionsEditorUIComponent.GetCommandState | ( | ) |
Get state of commanding.
ScriptInvoker SCR_CommandActionsEditorUIComponent.GetOnCommandStateChange | ( | ) |
Get even tcalled every time the commanding state changes.
override void SCR_CommandActionsEditorUIComponent.HandlerAttachedScripted | ( | Widget | w | ) |
Event called when subcomponent is initialized.
Called only after all other subcomponents were registered as well and can be searched for. To be overwritten by inherited classes.
Widget |
Implements SCR_BaseContextMenuEditorUIComponent.
override void SCR_CommandActionsEditorUIComponent.HandlerDeattached | ( | Widget | w | ) |
Implements SCR_BaseContextMenuEditorUIComponent.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |