Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Go to the source code of this file.
Data Structures | |
class | SCR_FormatUIInfo |
class | SCR_ActionFormatParam |
Functions | |
SCR_FormatUIInfo SCR_BlockUIInfo | BaseContainerProps ()] class SCR_BaseFormatParam |
override bool | SetNameTo (TextWidget textWidget) |
override bool | SetDescriptionTo (TextWidget textWidget) |
protected string | Param (int index) |
override string | GetParam () |
SCR_ActionFormatParam SCR_BaseFormatParam | SCR_BaseContainerCustomTitleResourceName ("m_ImageSet", true, "ImageSet: '%1'") |
Variables | |
protected ref array< ref SCR_BaseFormatParam > | m_aParams |
protected string | m_sActionName |
SCR_FormatUIInfo SCR_BlockUIInfo BaseContainerProps | ( | ) |
Definition at line 47 of file SCR_FormatUIInfo.c.
override string BaseContainerProps::GetParam | ( | ) |
Definition at line 9 of file SCR_FormatUIInfo.c.
protected string BaseContainerProps::Param | ( | int | index | ) |
SCR_ActionFormatParam SCR_BaseFormatParam SCR_BaseContainerCustomTitleResourceName | ( | "m_ImageSet" | , |
true | , | ||
"ImageSet: '%1'" | |||
) |
Definition at line 82 of file SCR_FormatUIInfo.c.
override bool BaseContainerProps::SetDescriptionTo | ( | TextWidget | textWidget | ) |
Definition at line 19 of file SCR_FormatUIInfo.c.
override bool BaseContainerProps::SetNameTo | ( | TextWidget | textWidget | ) |
Definition at line 6 of file SCR_FormatUIInfo.c.
protected ref array<ref SCR_BaseFormatParam> m_aParams |
Definition at line 3 of file SCR_FormatUIInfo.c.
protected string m_sActionName |
Definition at line 3 of file SCR_FormatUIInfo.c.