Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
SCR_VersionMismatchTooltipComponent Interface Reference

Component to handle version mismatch tooltips. More...

Inheritance diagram for SCR_VersionMismatchTooltipComponent:
[legend]

Public Member Functions

bool SetWrongVersionMessage (string wrongVersion)
 
- 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 ()
 

Static Public Member Functions

static SCR_VersionMismatchTooltipComponent FindComponent (notnull Widget w)
 
- 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.
 

Protected Member Functions

override void HandlerAttached (Widget w)
 

Protected Attributes

RichTextWidget m_wWrongVersion
 
- Protected Attributes inherited from SCR_ScriptedWidgetComponent
Widget m_wRoot
 

Static Protected Attributes

const string TEXT_CURRENT_VERSION = "CurrentVersionMessage"
 
const string TEXT_WRONG_VERSION = "WrongVersionMessage"
 

Additional Inherited Members

- Public Attributes inherited from SCR_ScriptedWidgetComponent
ref ScriptInvoker m_OnClick = new ScriptInvoker
 

Detailed Description

Component to handle version mismatch tooltips.

Member Function Documentation

◆ FindComponent()

static SCR_VersionMismatchTooltipComponent SCR_VersionMismatchTooltipComponent.FindComponent ( notnull Widget  w)
static

◆ HandlerAttached()

override void SCR_VersionMismatchTooltipComponent.HandlerAttached ( Widget  w)
protected

◆ SetWrongVersionMessage()

bool SCR_VersionMismatchTooltipComponent.SetWrongVersionMessage ( string  wrongVersion)

Member Data Documentation

◆ m_wWrongVersion

RichTextWidget SCR_VersionMismatchTooltipComponent.m_wWrongVersion
protected

◆ TEXT_CURRENT_VERSION

const string SCR_VersionMismatchTooltipComponent.TEXT_CURRENT_VERSION = "CurrentVersionMessage"
staticprotected

◆ TEXT_WRONG_VERSION

const string SCR_VersionMismatchTooltipComponent.TEXT_WRONG_VERSION = "WrongVersionMessage"
staticprotected

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