Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_ActionUIInfo Interface Reference
Inheritance diagram for SCR_ActionUIInfo:
[legend]

Public Member Functions

bool SetIconTo (ImageWidget imageWidget)
 Set icon to given image widgets.
 
string GetIconName ()
 Get the icon name if defined.
 
- Public Member Functions inherited from UIInfo
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.
 

Protected Attributes

ResourceName m_sInteractionIcon
 
string m_sIconName
 

Member Function Documentation

◆ GetIconName()

string SCR_ActionUIInfo.GetIconName ( )

Get the icon name if defined.

Returns
string IconName

◆ SetIconTo()

bool SCR_ActionUIInfo.SetIconTo ( ImageWidget  imageWidget)

Set icon to given image widgets.

Parameters
[in]ImageWidgetTarget image widget
Returns
True when the image was set

Member Data Documentation

◆ m_sIconName

string SCR_ActionUIInfo.m_sIconName
protected

◆ m_sInteractionIcon

ResourceName SCR_ActionUIInfo.m_sInteractionIcon
protected

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