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

Attribute for setting two string property as custom title. More...

Inheritance diagram for BaseContainerCustomDoubleTitleField:

Public Member Functions

void BaseContainerCustomDoubleTitleField (string propertyName1, string propertyName2, string format="%1: %2")
 
override bool _WB_GetCustomTitle (BaseContainer source, out string title)
 

Protected Attributes

string m_sPropertyName1
 
string m_sPropertyName2
 
string m_sFormat
 

Detailed Description

Attribute for setting two string property as custom title.

[BaseContainerProps(), SCR_BaseContainerCustomTitleField("m_sDisplayName1", m_sDisplayName2, "Title is %1")]
class TestConfigClass
{
[Attribute()]
protected string m_sDisplayName;
}
Attribute for setting any string property as custom title.
Definition Attributes.c:44

Constructor & Destructor Documentation

◆ BaseContainerCustomDoubleTitleField()

void BaseContainerCustomDoubleTitleField.BaseContainerCustomDoubleTitleField ( string propertyName1,
string propertyName2,
string format = "%1: %2" )

Member Function Documentation

◆ _WB_GetCustomTitle()

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

Member Data Documentation

◆ m_sFormat

string BaseContainerCustomDoubleTitleField.m_sFormat
protected

◆ m_sPropertyName1

string BaseContainerCustomDoubleTitleField.m_sPropertyName1
protected

◆ m_sPropertyName2

string BaseContainerCustomDoubleTitleField.m_sPropertyName2
protected

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