Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | List of all members
UIInfo Interface Reference

UIInfo - declare object, allows to define UI elements. More...

Inheritance diagram for UIInfo:
[legend]

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.
 

Detailed Description

UIInfo - declare object, allows to define UI elements.

Member Function Documentation

◆ GetDescription()

proto external string UIInfo.GetDescription ( )

Returns the description provided by this UI info.

See "Description" attribute.

◆ GetIconPath()

proto external ResourceName UIInfo.GetIconPath ( )

Returns the icon ResourceName provided by this UI info.

See "Icon" attribute.

◆ GetName()

proto external string UIInfo.GetName ( )

Returns the text provided by this UI info.

See "Name" attribute.

◆ SetDescription()

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!

◆ SetName()

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!


The documentation for this interface was generated from the following file: