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

Public Member Functions

override bool OnClick (Widget w, int x, int y, int button)
 
override bool OnFocus (Widget w, int x, int y)
 
override bool OnFocusLost (Widget w, int x, int y)
 
ScriptInvokerInt GetOnTileFocus ()
 
ScriptInvokerInt GetOnTileFocusLost ()
 
int GetTilePlayerID ()
 
void SetTilePlayerID (int playerID)
 
SCR_ChimeraCharacter GetCharacter ()
 
void SetCharacter (SCR_ChimeraCharacter character)
 
SCR_ComboBoxComponent GetOptionsComboComponent ()
 
void SetOptionsComboBoxComponent (SCR_ComboBoxComponent optionsCombo)
 
void SetOpacity (float opacity)
 
- 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 ()
 

Protected Attributes

SCR_ComboBoxComponent m_OptionsCombo
 
int m_iPlayerId
 
SCR_ChimeraCharacter m_AICharacter
 
ref ScriptInvokerInt m_OnTileFocus
 
ref ScriptInvokerInt m_OnTileFocusLost
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

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.
 
- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Member Function Documentation

◆ GetCharacter()

SCR_ChimeraCharacter SCR_PlayerTileButtonComponent.GetCharacter ( )

◆ GetOnTileFocus()

ScriptInvokerInt SCR_PlayerTileButtonComponent.GetOnTileFocus ( )

◆ GetOnTileFocusLost()

ScriptInvokerInt SCR_PlayerTileButtonComponent.GetOnTileFocusLost ( )

◆ GetOptionsComboComponent()

SCR_ComboBoxComponent SCR_PlayerTileButtonComponent.GetOptionsComboComponent ( )

◆ GetTilePlayerID()

int SCR_PlayerTileButtonComponent.GetTilePlayerID ( )

◆ OnClick()

override bool SCR_PlayerTileButtonComponent.OnClick ( Widget  w,
int  x,
int  y,
int  button 
)

◆ OnFocus()

override bool SCR_PlayerTileButtonComponent.OnFocus ( Widget  w,
int  x,
int  y 
)

◆ OnFocusLost()

override bool SCR_PlayerTileButtonComponent.OnFocusLost ( Widget  w,
int  x,
int  y 
)

◆ SetCharacter()

void SCR_PlayerTileButtonComponent.SetCharacter ( SCR_ChimeraCharacter  character)

◆ SetOpacity()

void SCR_PlayerTileButtonComponent.SetOpacity ( float  opacity)

◆ SetOptionsComboBoxComponent()

void SCR_PlayerTileButtonComponent.SetOptionsComboBoxComponent ( SCR_ComboBoxComponent  optionsCombo)

◆ SetTilePlayerID()

void SCR_PlayerTileButtonComponent.SetTilePlayerID ( int  playerID)

Member Data Documentation

◆ m_AICharacter

SCR_ChimeraCharacter SCR_PlayerTileButtonComponent.m_AICharacter
protected

◆ m_iPlayerId

int SCR_PlayerTileButtonComponent.m_iPlayerId
protected

◆ m_OnTileFocus

ref ScriptInvokerInt SCR_PlayerTileButtonComponent.m_OnTileFocus
protected

◆ m_OnTileFocusLost

ref ScriptInvokerInt SCR_PlayerTileButtonComponent.m_OnTileFocusLost
protected

◆ m_OptionsCombo

SCR_ComboBoxComponent SCR_PlayerTileButtonComponent.m_OptionsCombo
protected

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