|
Arma Reforger Script API
|
Public Member Functions | |
| override LocalizedString | GetName () |
| Get name. | |
| override bool | IsInline () |
Public Member Functions inherited from SCR_UIName | |
| LocalizedString | GetUnformattedName () |
| Get The unformatted Name from SCR_HintUIInfo instance. | |
| void | SetName (LocalizedString name) |
| Change the Name from SCR_HintUIInfo instance. | |
| bool | HasName () |
| Check if the info has a name defined. | |
| bool | SetNameTo (TextWidget textWidget) |
| Set name to given text widget. | |
| void | Log (string prefix=string.Empty, LogLevel logLevel=LogLevel.VERBOSE) |
| Print out contents of this UI info. | |
Protected Attributes | |
| int | m_iTags |
Protected Attributes inherited from SCR_SubBlockUIName | |
| bool | m_bInline |
Protected Attributes inherited from SCR_UIName | |
| LocalizedString | Name |
Additional Inherited Members | |
Protected Member Functions inherited from SCR_UIName | |
| void | CopyFrom (SCR_UIName source) |
| override LocalizedString SCR_SimpleTagBlockUIName.GetName | ( | ) |
Get name.
When using it to fill TextWidget, use SetNameTo() if possible.
Implements SCR_UIName.
| override bool SCR_SimpleTagBlockUIName.IsInline | ( | ) |
Implements SCR_SubBlockUIName.
|
protected |