Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
BaseContainerCustomDoubleTitleField Class Reference

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

Inheritance diagram for BaseContainerCustomDoubleTitleField:
BaseContainerCustomTitle

Protected 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
{
protected string m_sDisplayName;
}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_Faction ScriptedFaction SCR_BaseContainerCustomTitleField("m_sCallsign")
SCR_FieldOfViewSettings Attribute

Definition at line 566 of file Attributes.c.

Constructor & Destructor Documentation

◆ BaseContainerCustomDoubleTitleField()

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

Definition at line 573 of file Attributes.c.

Member Function Documentation

◆ _WB_GetCustomTitle()

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

Definition at line 581 of file Attributes.c.

Member Data Documentation

◆ m_sFormat

string BaseContainerCustomDoubleTitleField::m_sFormat
protected

Definition at line 570 of file Attributes.c.

◆ m_sPropertyName1

string BaseContainerCustomDoubleTitleField::m_sPropertyName1
protected

Definition at line 568 of file Attributes.c.

◆ m_sPropertyName2

string BaseContainerCustomDoubleTitleField::m_sPropertyName2
protected

Definition at line 569 of file Attributes.c.


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