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

Protected Member Functions

int GetButtonIndex ()
void SetPlayerButtonText (string text)
void Refresh ()
void OnPlayerKilled (notnull SCR_InstigatorContextData instigatorContextData)
void OnPlayerSpawnedOrDeleted (int playerId, IEntity player)
override bool OnClick (Widget w, int x, int y, int button)
override void HandlerAttached (Widget w)
override void HandlerDeattached (Widget w)

Protected Attributes

string m_sButtonCloseName
string m_sButtonPlayerName
string m_sButtonRespawnMenuName
string m_sButtonRespawnMenuDisabledName
string m_sButtonCapture
string m_sButtonPlayerTextName
string m_sButtonPlayerPlayCharacterText
string m_sButtonPlayerBackToMapText
Widget m_ButtonClose
Widget m_ButtonPlayer
Widget m_ButtonRespawnMenu
Widget m_ButtonRespawnMenuDisabled
Widget m_wButtonCapture
TextWidget m_wButtonPlayerText
const int BUTTON_CLOSE = 0
const int BUTTON_PLAYER = 1
const int BUTTON_RESPAWN_MENU = 2
const int BUTTON_RESPAWN_MENU_DISABLED = 3

Detailed Description

Definition at line 1 of file SCR_ButtonCloseEditorUIComponent.c.

Member Function Documentation

◆ GetButtonIndex()

int SCR_ButtonCloseEditorUIComponent::GetButtonIndex ( )
inlineprotected

Definition at line 43 of file SCR_ButtonCloseEditorUIComponent.c.

◆ HandlerAttached()

override void SCR_ButtonCloseEditorUIComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 141 of file SCR_ButtonCloseEditorUIComponent.c.

◆ HandlerDeattached()

override void SCR_ButtonCloseEditorUIComponent::HandlerDeattached ( Widget w)
inlineprotected

Definition at line 175 of file SCR_ButtonCloseEditorUIComponent.c.

◆ OnClick()

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

Definition at line 131 of file SCR_ButtonCloseEditorUIComponent.c.

◆ OnPlayerKilled()

void SCR_ButtonCloseEditorUIComponent::OnPlayerKilled ( notnull SCR_InstigatorContextData instigatorContextData)
inlineprotected

Definition at line 119 of file SCR_ButtonCloseEditorUIComponent.c.

◆ OnPlayerSpawnedOrDeleted()

void SCR_ButtonCloseEditorUIComponent::OnPlayerSpawnedOrDeleted ( int playerId,
IEntity player )
inlineprotected

Definition at line 125 of file SCR_ButtonCloseEditorUIComponent.c.

◆ Refresh()

void SCR_ButtonCloseEditorUIComponent::Refresh ( )
inlineprotected

Definition at line 96 of file SCR_ButtonCloseEditorUIComponent.c.

◆ SetPlayerButtonText()

void SCR_ButtonCloseEditorUIComponent::SetPlayerButtonText ( string text)
inlineprotected

Definition at line 87 of file SCR_ButtonCloseEditorUIComponent.c.

Member Data Documentation

◆ BUTTON_CLOSE

const int SCR_ButtonCloseEditorUIComponent::BUTTON_CLOSE = 0
protected

Definition at line 37 of file SCR_ButtonCloseEditorUIComponent.c.

◆ BUTTON_PLAYER

const int SCR_ButtonCloseEditorUIComponent::BUTTON_PLAYER = 1
protected

Definition at line 38 of file SCR_ButtonCloseEditorUIComponent.c.

◆ BUTTON_RESPAWN_MENU

const int SCR_ButtonCloseEditorUIComponent::BUTTON_RESPAWN_MENU = 2
protected

Definition at line 39 of file SCR_ButtonCloseEditorUIComponent.c.

◆ BUTTON_RESPAWN_MENU_DISABLED

const int SCR_ButtonCloseEditorUIComponent::BUTTON_RESPAWN_MENU_DISABLED = 3
protected

Definition at line 40 of file SCR_ButtonCloseEditorUIComponent.c.

◆ m_ButtonClose

Widget SCR_ButtonCloseEditorUIComponent::m_ButtonClose
protected

Definition at line 27 of file SCR_ButtonCloseEditorUIComponent.c.

◆ m_ButtonPlayer

Widget SCR_ButtonCloseEditorUIComponent::m_ButtonPlayer
protected

Definition at line 28 of file SCR_ButtonCloseEditorUIComponent.c.

◆ m_ButtonRespawnMenu

Widget SCR_ButtonCloseEditorUIComponent::m_ButtonRespawnMenu
protected

Definition at line 29 of file SCR_ButtonCloseEditorUIComponent.c.

◆ m_ButtonRespawnMenuDisabled

Widget SCR_ButtonCloseEditorUIComponent::m_ButtonRespawnMenuDisabled
protected

Definition at line 30 of file SCR_ButtonCloseEditorUIComponent.c.

◆ m_sButtonCapture

string SCR_ButtonCloseEditorUIComponent::m_sButtonCapture
protected

Definition at line 16 of file SCR_ButtonCloseEditorUIComponent.c.

◆ m_sButtonCloseName

string SCR_ButtonCloseEditorUIComponent::m_sButtonCloseName
protected

Definition at line 4 of file SCR_ButtonCloseEditorUIComponent.c.

◆ m_sButtonPlayerBackToMapText

string SCR_ButtonCloseEditorUIComponent::m_sButtonPlayerBackToMapText
protected

Definition at line 25 of file SCR_ButtonCloseEditorUIComponent.c.

◆ m_sButtonPlayerName

string SCR_ButtonCloseEditorUIComponent::m_sButtonPlayerName
protected

Definition at line 7 of file SCR_ButtonCloseEditorUIComponent.c.

◆ m_sButtonPlayerPlayCharacterText

string SCR_ButtonCloseEditorUIComponent::m_sButtonPlayerPlayCharacterText
protected

Definition at line 22 of file SCR_ButtonCloseEditorUIComponent.c.

◆ m_sButtonPlayerTextName

string SCR_ButtonCloseEditorUIComponent::m_sButtonPlayerTextName
protected

Definition at line 19 of file SCR_ButtonCloseEditorUIComponent.c.

◆ m_sButtonRespawnMenuDisabledName

string SCR_ButtonCloseEditorUIComponent::m_sButtonRespawnMenuDisabledName
protected

Definition at line 13 of file SCR_ButtonCloseEditorUIComponent.c.

◆ m_sButtonRespawnMenuName

string SCR_ButtonCloseEditorUIComponent::m_sButtonRespawnMenuName
protected

Definition at line 10 of file SCR_ButtonCloseEditorUIComponent.c.

◆ m_wButtonCapture

Widget SCR_ButtonCloseEditorUIComponent::m_wButtonCapture
protected

Definition at line 31 of file SCR_ButtonCloseEditorUIComponent.c.

◆ m_wButtonPlayerText

TextWidget SCR_ButtonCloseEditorUIComponent::m_wButtonPlayerText
protected

Definition at line 33 of file SCR_ButtonCloseEditorUIComponent.c.


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