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

Public Member Functions

override void HandlerAttached (Widget w)
 
override bool OnDoubleClick (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)
 
override void HandlerAttached (Widget w)
 
override bool OnFocus (Widget w, int x, int y)
 
override bool OnFocusLost (Widget w, int x, int y)
 
- 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 Member Functions

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
 
- 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_TileBaseComponent
float m_fSaturationSelected
 
float m_fSaturationDeselected
 
ref Color m_ColorSelected
 
ref Color m_ColorDeselected
 
float m_fAnimationTime
 
string m_sContentName
 
ImageWidget m_wImage
 
float m_fAnimationRate
 
bool m_bIsInErrorState
 
ref ScriptInvoker m_OnFocused = new ScriptInvoker()
 
ref ScriptInvoker m_OnFocusLost = new ScriptInvoker()
 
- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Member Function Documentation

◆ GetTexture()

ResourceName SCR_GMMenuTileComponent.GetTexture ( )
protected
Returns

◆ HandlerAttached()

override void SCR_GMMenuTileComponent.HandlerAttached ( Widget  w)

Implements SCR_TileBaseComponent.

◆ OnCommStatusCheckFinished()

void SCR_GMMenuTileComponent.OnCommStatusCheckFinished ( SCR_ECommStatus  status,
float  responseTime,
float  lastSuccessTime,
float  lastFailTime 
)
protected

◆ OnContinue()

void SCR_GMMenuTileComponent.OnContinue ( )
protected

◆ OnDoubleClick()

override bool SCR_GMMenuTileComponent.OnDoubleClick ( Widget  w,
int  x,
int  y,
int  button 
)

◆ OnFindServers()

void SCR_GMMenuTileComponent.OnFindServers ( )
protected

◆ OnFocus()

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

Implements SCR_TileBaseComponent.

◆ OnFocusLost()

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

Implements SCR_TileBaseComponent.

◆ OnPlay()

void SCR_GMMenuTileComponent.OnPlay ( )
protected

◆ OnRestart()

void SCR_GMMenuTileComponent.OnRestart ( )
protected

◆ OnRestartConfirmed()

void SCR_GMMenuTileComponent.OnRestartConfirmed ( )
protected

◆ ShowMission()

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

Member Data Documentation

◆ m_bFocused

bool SCR_GMMenuTileComponent.m_bFocused
protected

◆ m_Continue

SCR_InputButtonComponent SCR_GMMenuTileComponent.m_Continue
protected

◆ m_FindServer

SCR_InputButtonComponent SCR_GMMenuTileComponent.m_FindServer
protected

◆ m_Header

ref SCR_MissionHeader SCR_GMMenuTileComponent.m_Header
protected

◆ m_Item

MissionWorkshopItem SCR_GMMenuTileComponent.m_Item
protected

◆ m_Play

SCR_InputButtonComponent SCR_GMMenuTileComponent.m_Play
protected

◆ m_Restart

SCR_InputButtonComponent SCR_GMMenuTileComponent.m_Restart
protected

◆ m_wDescription

TextWidget SCR_GMMenuTileComponent.m_wDescription
protected

◆ m_wName

TextWidget SCR_GMMenuTileComponent.m_wName
protected

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