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

Public Member Functions

override LocalizedString GetName ()
 Get name.
 
- Public Member Functions inherited from SCR_SubBlockUIName
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.
 
LocalizedString GetName ()
 Get name.
 
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

ResourceName m_sImageSet
 
string m_sImage
 
float m_fScale
 
ref Color m_fColor
 
- 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)
 

Member Function Documentation

◆ GetName()

override LocalizedString SCR_ImageBlockUIName.GetName ( )

Get name.

When using it to fill TextWidget, use SetNameTo() if possible.

Returns
Name text

Implements SCR_UIName.

Member Data Documentation

◆ m_fColor

ref Color SCR_ImageBlockUIName.m_fColor
protected

◆ m_fScale

float SCR_ImageBlockUIName.m_fScale
protected

◆ m_sImage

string SCR_ImageBlockUIName.m_sImage
protected

◆ m_sImageSet

ResourceName SCR_ImageBlockUIName.m_sImageSet
protected

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