|
Arma Reforger Script API
|
UIInfo - declare object, allows to define UI elements. More...
Public Member Functions | |
| proto external string | GetName () |
| Returns the text provided by this UI info. | |
| proto external void | SetName (string name) |
| Set the name of this UI Info. | |
| proto external string | GetDescription () |
| Returns the description provided by this UI info. | |
| proto external void | SetDescription (string description) |
| Set the description of this UI Info. | |
| proto external ResourceName | GetIconPath () |
| Returns the icon ResourceName provided by this UI info. | |
UIInfo - declare object, allows to define UI elements.
| proto external string UIInfo.GetDescription | ( | ) |
Returns the description provided by this UI info.
See "Description" attribute.
| proto external ResourceName UIInfo.GetIconPath | ( | ) |
Returns the icon ResourceName provided by this UI info.
See "Icon" attribute.
| proto external string UIInfo.GetName | ( | ) |
Returns the text provided by this UI info.
See "Name" attribute.
| proto external void UIInfo.SetDescription | ( | string | description | ) |
Set the description of this UI Info.
IMPORTANT* This will not be synchronized in multiplayer. You need to do it yourself!
| proto external void UIInfo.SetName | ( | string | name | ) |
Set the name of this UI Info.
IMPORTANT* This will not be synchronized in multiplayer. You need to do it yourself!