Arma Reforger Script API
Loading...
Searching...
No Matches
SCR_BaseContainerLocalizedTitleField Interface Reference

Attribute to manually set a LOCALIZED (translated) title. More...

Inheritance diagram for SCR_BaseContainerLocalizedTitleField:

Public Member Functions

void SCR_BaseContainerLocalizedTitleField (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 to manually set a LOCALIZED (translated) title.

[BaseContainerProps(), SCR_BaseContainerLocalizedTitleField("m_sTitle")]
class TestConfigClass
{
}
void SCR_BaseContainerLocalizedTitleField(string propertyName, string format="%1")
Definition Attributes.c:136

Constructor & Destructor Documentation

◆ SCR_BaseContainerLocalizedTitleField()

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

Member Function Documentation

◆ _WB_GetCustomTitle()

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

Member Data Documentation

◆ m_sFormat

string SCR_BaseContainerLocalizedTitleField.m_sFormat
protected

◆ m_sPropertyName

string SCR_BaseContainerLocalizedTitleField.m_sPropertyName
protected

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