Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_MANW_Banner Interface Reference
Inheritance diagram for SCR_MANW_Banner:
SCR_ScriptedWidgetComponent

Public Member Functions

override void HandlerAttached (Widget w)
 
override bool OnClick (Widget w, int x, int y, int button)
 
- Public Member Functions inherited from SCR_ScriptedWidgetComponent
Widget GetRootWidget ()
 
bool IsVisible ()
 

Protected Member Functions

void Init ()
 
void OnPopupReady ()
 
void OnCommStatusCheckFinished (SCR_ECommStatus status, float responseTime, float lastSuccessTime, float lastFailTime)
 

Protected Attributes

int m_iImagesReadyCount
 
Widget m_wBannerButtonMain
 
ref BackendCallback m_Callback
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Static Protected Attributes

const string NAME_BUTTON = "m_wBannerButtonMain"
 
const string NAME_TEXT = "BannerText"
 
const int IMAGES_COUNT = 2
 

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

◆ HandlerAttached()

override void SCR_MANW_Banner.HandlerAttached ( Widget w)

◆ Init()

void SCR_MANW_Banner.Init ( )
protected

◆ OnClick()

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

◆ OnCommStatusCheckFinished()

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

◆ OnPopupReady()

void SCR_MANW_Banner.OnPopupReady ( )
protected

Member Data Documentation

◆ IMAGES_COUNT

const int SCR_MANW_Banner.IMAGES_COUNT = 2
staticprotected

◆ m_Callback

ref BackendCallback SCR_MANW_Banner.m_Callback
protected

◆ m_iImagesReadyCount

int SCR_MANW_Banner.m_iImagesReadyCount
protected

◆ m_wBannerButtonMain

Widget SCR_MANW_Banner.m_wBannerButtonMain
protected

◆ NAME_BUTTON

const string SCR_MANW_Banner.NAME_BUTTON = "m_wBannerButtonMain"
staticprotected

◆ NAME_TEXT

const string SCR_MANW_Banner.NAME_TEXT = "BannerText"
staticprotected

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