Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_PlayerTileButtonComponent Class Reference
Inheritance diagram for SCR_PlayerTileButtonComponent:
SCR_ScriptedWidgetComponent

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

Protected Attributes

SCR_ComboBoxComponent m_OptionsCombo
int m_iPlayerId
SCR_ChimeraCharacter m_AICharacter
ref ScriptInvokerInt m_OnTileFocus
ref ScriptInvokerInt m_OnTileFocusLost

Detailed Description

Definition at line 1 of file SCR_GroupTileButton.c.

Member Function Documentation

◆ GetCharacter()

SCR_ChimeraCharacter SCR_PlayerTileButtonComponent::GetCharacter ( )
inlineprotected

Definition at line 67 of file SCR_GroupTileButton.c.

◆ GetOnTileFocus()

ScriptInvokerInt SCR_PlayerTileButtonComponent::GetOnTileFocus ( )
inlineprotected

Definition at line 37 of file SCR_GroupTileButton.c.

◆ GetOnTileFocusLost()

ScriptInvokerInt SCR_PlayerTileButtonComponent::GetOnTileFocusLost ( )
inlineprotected

Definition at line 46 of file SCR_GroupTileButton.c.

◆ GetOptionsComboComponent()

SCR_ComboBoxComponent SCR_PlayerTileButtonComponent::GetOptionsComboComponent ( )
inlineprotected

Definition at line 79 of file SCR_GroupTileButton.c.

◆ GetTilePlayerID()

int SCR_PlayerTileButtonComponent::GetTilePlayerID ( )
inlineprotected

Definition at line 55 of file SCR_GroupTileButton.c.

◆ OnClick()

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

Definition at line 11 of file SCR_GroupTileButton.c.

◆ OnFocus()

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

Definition at line 19 of file SCR_GroupTileButton.c.

◆ OnFocusLost()

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

Definition at line 28 of file SCR_GroupTileButton.c.

◆ SetCharacter()

void SCR_PlayerTileButtonComponent::SetCharacter ( SCR_ChimeraCharacter character)
inlineprotected

Definition at line 73 of file SCR_GroupTileButton.c.

◆ SetOpacity()

void SCR_PlayerTileButtonComponent::SetOpacity ( float opacity)
inlineprotected

Definition at line 91 of file SCR_GroupTileButton.c.

◆ SetOptionsComboBoxComponent()

void SCR_PlayerTileButtonComponent::SetOptionsComboBoxComponent ( SCR_ComboBoxComponent optionsCombo)
inlineprotected

Definition at line 85 of file SCR_GroupTileButton.c.

◆ SetTilePlayerID()

void SCR_PlayerTileButtonComponent::SetTilePlayerID ( int playerID)
inlineprotected

Definition at line 61 of file SCR_GroupTileButton.c.

Member Data Documentation

◆ m_AICharacter

SCR_ChimeraCharacter SCR_PlayerTileButtonComponent::m_AICharacter
protected

Definition at line 5 of file SCR_GroupTileButton.c.

◆ m_iPlayerId

int SCR_PlayerTileButtonComponent::m_iPlayerId
protected

Definition at line 4 of file SCR_GroupTileButton.c.

◆ m_OnTileFocus

ref ScriptInvokerInt SCR_PlayerTileButtonComponent::m_OnTileFocus
protected

Definition at line 7 of file SCR_GroupTileButton.c.

◆ m_OnTileFocusLost

ref ScriptInvokerInt SCR_PlayerTileButtonComponent::m_OnTileFocusLost
protected

Definition at line 8 of file SCR_GroupTileButton.c.

◆ m_OptionsCombo

SCR_ComboBoxComponent SCR_PlayerTileButtonComponent::m_OptionsCombo
protected

Definition at line 3 of file SCR_GroupTileButton.c.


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