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

Attribute for setting UIInfo's name property as (Localized) custom title. More...

Inheritance diagram for SCR_BaseContainerCustomTitleUIInfo:
[legend]

Public Member Functions

void SCR_BaseContainerCustomTitleUIInfo (string propertyName, string format="%1")
 
override bool _WB_GetCustomTitle (BaseContainer source, out string title)
 

Protected Attributes

string m_sPropertyName
 
string m_sFormat
 

Detailed Description

Attribute for setting UIInfo's name property as (Localized) custom title.

[BaseContainerProps(), SCR_BaseContainerCustomTitleUIInfo("m_Info")]
class TestConfigClass
{
[Attribute()]
protected SCR_UIInfo m_Info;
}
Attribute for setting UIInfo's name property as (Localized) custom title.
Definition: Attributes.c:783
Class used to hold UI information.
Definition: SCR_UIInfo.c:8

Constructor & Destructor Documentation

◆ SCR_BaseContainerCustomTitleUIInfo()

void SCR_BaseContainerCustomTitleUIInfo.SCR_BaseContainerCustomTitleUIInfo ( string  propertyName,
string  format = "%1" 
)

Member Function Documentation

◆ _WB_GetCustomTitle()

override bool SCR_BaseContainerCustomTitleUIInfo._WB_GetCustomTitle ( BaseContainer  source,
out string  title 
)

Member Data Documentation

◆ m_sFormat

string SCR_BaseContainerCustomTitleUIInfo.m_sFormat
protected

◆ m_sPropertyName

string SCR_BaseContainerCustomTitleUIInfo.m_sPropertyName
protected

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