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

Protected Member Functions

override void CreateWidget (Widget parent)
override void SetValue (string str)
 Apply value to message.
override string ValueAsString ()
 Return message.

Protected Attributes

string m_sMessage
SCR_SimpleEntryComponent m_SimpleEntry

Detailed Description

Used for entry that just show text or message. This widget is not editable Example: Uploaded GM save has a version which is set automatically, therefore: Version - 1.0.0

Definition at line 335 of file SCR_WidgetListEntry.c.

Member Function Documentation

◆ CreateWidget()

override void SCR_WidgetListEntryMessage::CreateWidget ( Widget parent)
inlineprotected

Definition at line 343 of file SCR_WidgetListEntry.c.

◆ SetValue()

override void SCR_WidgetListEntryMessage::SetValue ( string str)
inlineprotected

Apply value to message.

Definition at line 361 of file SCR_WidgetListEntry.c.

◆ ValueAsString()

override string SCR_WidgetListEntryMessage::ValueAsString ( )
inlineprotected

Return message.

Definition at line 369 of file SCR_WidgetListEntry.c.

Member Data Documentation

◆ m_SimpleEntry

SCR_SimpleEntryComponent SCR_WidgetListEntryMessage::m_SimpleEntry
protected

Definition at line 340 of file SCR_WidgetListEntry.c.

◆ m_sMessage

string SCR_WidgetListEntryMessage::m_sMessage
protected

Definition at line 338 of file SCR_WidgetListEntry.c.


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