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

Protected Member Functions

override void HandlerAttached (Widget w)
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)
void ShowMission (notnull MissionWorkshopItem item)
ResourceName GetTexture ()
void OnPlay ()
void OnContinue ()
void OnRestart ()
void OnRestartConfirmed ()
void OnFindServers ()
void OnCommStatusCheckFinished (SCR_ECommStatus status, float responseTime, float lastSuccessTime, float lastFailTime)

Protected Attributes

MissionWorkshopItem m_Item
ref SCR_MissionHeader m_Header
TextWidget m_wName
TextWidget m_wDescription
SCR_InputButtonComponent m_Play
SCR_InputButtonComponent m_Continue
SCR_InputButtonComponent m_Restart
SCR_InputButtonComponent m_FindServer
bool m_bFocused

Detailed Description

Definition at line 1 of file SCR_GMMenuTileComponent.c.

Member Function Documentation

◆ GetTexture()

ResourceName SCR_GMMenuTileComponent::GetTexture ( )
inlineprotected
Returns

Definition at line 102 of file SCR_GMMenuTileComponent.c.

◆ HandlerAttached()

override void SCR_GMMenuTileComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 17 of file SCR_GMMenuTileComponent.c.

◆ OnClick()

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

Definition at line 44 of file SCR_GMMenuTileComponent.c.

◆ OnCommStatusCheckFinished()

void SCR_GMMenuTileComponent::OnCommStatusCheckFinished ( SCR_ECommStatus status,
float responseTime,
float lastSuccessTime,
float lastFailTime )
inlineprotected

Definition at line 160 of file SCR_GMMenuTileComponent.c.

◆ OnContinue()

void SCR_GMMenuTileComponent::OnContinue ( )
inlineprotected

Definition at line 127 of file SCR_GMMenuTileComponent.c.

◆ OnFindServers()

void SCR_GMMenuTileComponent::OnFindServers ( )
inlineprotected

Definition at line 151 of file SCR_GMMenuTileComponent.c.

◆ OnFocus()

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

Definition at line 52 of file SCR_GMMenuTileComponent.c.

◆ OnFocusLost()

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

Definition at line 62 of file SCR_GMMenuTileComponent.c.

◆ OnPlay()

void SCR_GMMenuTileComponent::OnPlay ( )
inlineprotected

Definition at line 117 of file SCR_GMMenuTileComponent.c.

◆ OnRestart()

void SCR_GMMenuTileComponent::OnRestart ( )
inlineprotected

Definition at line 134 of file SCR_GMMenuTileComponent.c.

◆ OnRestartConfirmed()

void SCR_GMMenuTileComponent::OnRestartConfirmed ( )
inlineprotected

Definition at line 144 of file SCR_GMMenuTileComponent.c.

◆ ShowMission()

void SCR_GMMenuTileComponent::ShowMission ( notnull MissionWorkshopItem item)
inlineprotected
Parameters
[in]item

Definition at line 74 of file SCR_GMMenuTileComponent.c.

Member Data Documentation

◆ m_bFocused

bool SCR_GMMenuTileComponent::m_bFocused
protected

Definition at line 14 of file SCR_GMMenuTileComponent.c.

◆ m_Continue

SCR_InputButtonComponent SCR_GMMenuTileComponent::m_Continue
protected

Definition at line 10 of file SCR_GMMenuTileComponent.c.

◆ m_FindServer

SCR_InputButtonComponent SCR_GMMenuTileComponent::m_FindServer
protected

Definition at line 12 of file SCR_GMMenuTileComponent.c.

◆ m_Header

ref SCR_MissionHeader SCR_GMMenuTileComponent::m_Header
protected

Definition at line 4 of file SCR_GMMenuTileComponent.c.

◆ m_Item

MissionWorkshopItem SCR_GMMenuTileComponent::m_Item
protected

Definition at line 3 of file SCR_GMMenuTileComponent.c.

◆ m_Play

SCR_InputButtonComponent SCR_GMMenuTileComponent::m_Play
protected

Definition at line 9 of file SCR_GMMenuTileComponent.c.

◆ m_Restart

SCR_InputButtonComponent SCR_GMMenuTileComponent::m_Restart
protected

Definition at line 11 of file SCR_GMMenuTileComponent.c.

◆ m_wDescription

TextWidget SCR_GMMenuTileComponent::m_wDescription
protected

Definition at line 7 of file SCR_GMMenuTileComponent.c.

◆ m_wName

TextWidget SCR_GMMenuTileComponent::m_wName
protected

Definition at line 6 of file SCR_GMMenuTileComponent.c.


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