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

Protected Member Functions

override void HandlerAttached (Widget w)
bool SetWrongVersionMessage (string wrongVersion)

Static Protected Member Functions

static SCR_VersionMismatchTooltipComponent FindComponent (notnull Widget w)

Protected Attributes

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

Detailed Description

Component to handle version mismatch tooltips

Definition at line 4 of file SCR_VersionMismatchTooltipComponent.c.

Member Function Documentation

◆ FindComponent()

SCR_VersionMismatchTooltipComponent SCR_VersionMismatchTooltipComponent::FindComponent ( notnull Widget w)
inlinestaticprotected

Definition at line 34 of file SCR_VersionMismatchTooltipComponent.c.

◆ HandlerAttached()

override void SCR_VersionMismatchTooltipComponent::HandlerAttached ( Widget w)
inlineprotected

Definition at line 12 of file SCR_VersionMismatchTooltipComponent.c.

◆ SetWrongVersionMessage()

bool SCR_VersionMismatchTooltipComponent::SetWrongVersionMessage ( string wrongVersion)
inlineprotected

Definition at line 24 of file SCR_VersionMismatchTooltipComponent.c.

Member Data Documentation

◆ m_wWrongVersion

RichTextWidget SCR_VersionMismatchTooltipComponent::m_wWrongVersion
protected

Definition at line 9 of file SCR_VersionMismatchTooltipComponent.c.

◆ TEXT_CURRENT_VERSION

const string SCR_VersionMismatchTooltipComponent::TEXT_CURRENT_VERSION = "CurrentVersionMessage"
protected

Definition at line 6 of file SCR_VersionMismatchTooltipComponent.c.

◆ TEXT_WRONG_VERSION

const string SCR_VersionMismatchTooltipComponent::TEXT_WRONG_VERSION = "WrongVersionMessage"
protected

Definition at line 7 of file SCR_VersionMismatchTooltipComponent.c.


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