![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | SetIconPath (ResourceName iconPath) |
| Sets icon path to given path. | |
| void | SetIconSetName (string iconSetName) |
| Sets icon path to given path. | |
| LocalizedString | GetUnformattedName (out array< LocalizedString > params=null) |
| void | SetUnformattedName (LocalizedString name, array< LocalizedString > nameParams=null) |
| Sets unformatted name with parameters. | |
| LocalizedString | GetUnformattedDescription (out array< LocalizedString > params=null) |
| void | SetUnformattedDescription (LocalizedString description, array< LocalizedString > descriptionParams=null) |
| Sets unformatted description with parameters. | |
| override bool | SetNameTo (TextWidget textWidget) |
| override bool | SetDescriptionTo (TextWidget textWidget) |
| string | GetTranslatedName () |
| LocalizedString | NameParam (int index) |
| LocalizedString | DescriptionParam (int index) |
| override void | CopyFrom (SCR_UIName source) |
| bool | HasCustomIcon () |
| bool | HasCustomName () |
| bool | HasCustomDescription () |
Static Protected Member Functions | |
| static SCR_TaskUIInfo | CreateInfo (LocalizedString name, array< LocalizedString > nameParams, LocalizedString description, array< LocalizedString > descParams, ResourceName icon=ResourceName.Empty, string iconSetName=string.Empty) |
Protected Attributes | |
| ref array< LocalizedString > | m_aNameParameters |
| ref array< LocalizedString > | m_aDescriptionParameters |
| const int | MAX_PARAM_COUNT = 9 |
| int | m_iDefaultFlags = 0 |
| const int | FLAG_CUSTOM_ICON = 1 << 0 |
| const int | FLAG_CUSTOM_NAME = 1 << 1 |
| const int | FLAG_CUSTOM_DESCRIPTION = 1 << 2 |
Definition at line 2 of file SCR_TaskUIInfo.c.
|
inlineprotected |
Definition at line 192 of file SCR_TaskUIInfo.c.
|
inlinestaticprotected |
Create SCR_TaskUIInfo from basic params.
| name | |
| description | |
| icon | |
| iconSetName |
Definition at line 161 of file SCR_TaskUIInfo.c.
|
inlineprotected |
|
inlineprotected |
Definition at line 122 of file SCR_TaskUIInfo.c.
|
inlineprotected |
Returns unformatted description and parameters
| [out] | params |
Definition at line 66 of file SCR_TaskUIInfo.c.
|
inlineprotected |
Returns unformatted name and parameters
| [out] | params |
Definition at line 37 of file SCR_TaskUIInfo.c.
|
inlineprotected |
Definition at line 228 of file SCR_TaskUIInfo.c.
|
inlineprotected |
Definition at line 216 of file SCR_TaskUIInfo.c.
|
inlineprotected |
Definition at line 222 of file SCR_TaskUIInfo.c.
|
inlineprotected |
|
inlineprotected |
Definition at line 106 of file SCR_TaskUIInfo.c.
|
inlineprotected |
Sets icon path to given path.
Definition at line 19 of file SCR_TaskUIInfo.c.
|
inlineprotected |
Sets icon path to given path.
Definition at line 27 of file SCR_TaskUIInfo.c.
|
inlineprotected |
Definition at line 92 of file SCR_TaskUIInfo.c.
|
inlineprotected |
Sets unformatted description with parameters.
Definition at line 79 of file SCR_TaskUIInfo.c.
|
inlineprotected |
Sets unformatted name with parameters.
Definition at line 50 of file SCR_TaskUIInfo.c.
|
protected |
Definition at line 15 of file SCR_TaskUIInfo.c.
|
protected |
Definition at line 13 of file SCR_TaskUIInfo.c.
|
protected |
Definition at line 14 of file SCR_TaskUIInfo.c.
|
protected |
Definition at line 8 of file SCR_TaskUIInfo.c.
|
protected |
Definition at line 5 of file SCR_TaskUIInfo.c.
|
protected |
Definition at line 12 of file SCR_TaskUIInfo.c.
|
protected |
Definition at line 10 of file SCR_TaskUIInfo.c.