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

allow to define multiple fields - up to 9 elements More...

Inheritance diagram for SCR_BaseContainerLocalizedTitleFields:
[legend]

Public Member Functions

void SCR_BaseContainerMultipleParametersTitleField (array< string > propertyNames, string format="%1")
 
override bool _WB_GetCustomTitle (BaseContainer source, out string title)
 

Protected Attributes

ref array< string > m_aPropertyNames
 
string m_sFormat
 

Detailed Description

allow to define multiple fields - up to 9 elements

[BaseContainerProps(), SCR_BaseContainerLocalizedTitleFields({ "m_sTitle", "m_sIcon" }, "[%2] %1")]
class TestConfigClass
{
}
allow to define multiple fields - up to 9 elements
Definition: Attributes.c:163

Member Function Documentation

◆ _WB_GetCustomTitle()

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

◆ SCR_BaseContainerMultipleParametersTitleField()

void SCR_BaseContainerLocalizedTitleFields.SCR_BaseContainerMultipleParametersTitleField ( array< string >  propertyNames,
string  format = "%1" 
)

Member Data Documentation

◆ m_aPropertyNames

ref array<string> SCR_BaseContainerLocalizedTitleFields.m_aPropertyNames
protected

◆ m_sFormat

string SCR_BaseContainerLocalizedTitleFields.m_sFormat
protected

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