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

Public Member Functions

override bool OnModalClickOut (Widget modalRoot, int x, int y, int button)
 
override void HandlerDeattached (Widget w)
 
void SetupOwners (SCR_ComboBoxComponent owner, ChimeraMenuBase menu)
 

Public Attributes

ref ScriptInvoker m_OnModalClickOut = new ScriptInvoker()
 

Protected Member Functions

void OnMenuUpdate (float tDelta)
 

Protected Attributes

SCR_ComboBoxComponent m_Owner
 
ChimeraMenuBase m_OwnerMenu
 

Member Function Documentation

◆ HandlerDeattached()

override void SCR_ComboModalHandler.HandlerDeattached ( Widget  w)

◆ OnMenuUpdate()

void SCR_ComboModalHandler.OnMenuUpdate ( float  tDelta)
protected

◆ OnModalClickOut()

override bool SCR_ComboModalHandler.OnModalClickOut ( Widget  modalRoot,
int  x,
int  y,
int  button 
)

◆ SetupOwners()

void SCR_ComboModalHandler.SetupOwners ( SCR_ComboBoxComponent  owner,
ChimeraMenuBase  menu 
)

Member Data Documentation

◆ m_OnModalClickOut

ref ScriptInvoker SCR_ComboModalHandler.m_OnModalClickOut = new ScriptInvoker()

◆ m_Owner

SCR_ComboBoxComponent SCR_ComboModalHandler.m_Owner
protected

◆ m_OwnerMenu

ChimeraMenuBase SCR_ComboModalHandler.m_OwnerMenu
protected

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