Arma Reforger Script API
Loading...
Searching...
No Matches
Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
SCR_BaseEditorUIComponent Interface Reference
Inheritance diagram for SCR_BaseEditorUIComponent:
[legend]

Static Public Attributes

const int CANCEL_CLICK_MAX_DIS = 5
 
const int CANCEL_CLICK_MAX_TIME = 500
 

Protected Member Functions

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.
 

Protected Attributes

vector m_vClickPosCancel
 

Additional Inherited Members

- 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)
 

Member Function Documentation

◆ OnCancelDown()

vector SCR_BaseEditorUIComponent.OnCancelDown ( )
protected

◆ OnCancelExpired()

void SCR_BaseEditorUIComponent.OnCancelExpired ( )
protected

◆ OnCancelUp()

bool SCR_BaseEditorUIComponent.OnCancelUp ( )
protected

Member Data Documentation

◆ CANCEL_CLICK_MAX_DIS

const int SCR_BaseEditorUIComponent.CANCEL_CLICK_MAX_DIS = 5
static

◆ CANCEL_CLICK_MAX_TIME

const int SCR_BaseEditorUIComponent.CANCEL_CLICK_MAX_TIME = 500
static

◆ m_vClickPosCancel

vector SCR_BaseEditorUIComponent.m_vClickPosCancel
protected

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