![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| override bool | HasDescription () |
| override LocalizedString | GetDescription () |
| LocalizedString | GetUnformattedDescriptionBlockName (int index) |
| void | SetDescriptionBlockName (int index, LocalizedString text) |
Protected Attributes | |
| ref array< ref SCR_SubBlockUIName > | m_aDescriptionBlocks |
Definition at line 2 of file SCR_BlockUIInfo.c.
|
inlineprotected |
Definition at line 12 of file SCR_BlockUIInfo.c.
|
inlineprotected |
Get Name of selected description block without formatting (raw).
| Int | - index of Item in Description Block array |
Definition at line 40 of file SCR_BlockUIInfo.c.
|
inlineprotected |
Definition at line 7 of file SCR_BlockUIInfo.c.
|
inlineprotected |
Changes the Name (text) of selected Description Block. Call SCR_HintManagerComponent.Refresh() to update shown hint to display changed text.
| Int | - index of Item in Description Block array |
| LocalizedString | - string that is going to be inserted in the Name. (Needs to be Localized) |
Definition at line 55 of file SCR_BlockUIInfo.c.
|
protected |
Definition at line 5 of file SCR_BlockUIInfo.c.