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

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

Inheritance diagram for SCR_BaseContainerCustomTitleField:
BaseContainerCustomTitle

Protected Member Functions

void SCR_BaseContainerCustomTitleField (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 any string property as custom title.

[BaseContainerProps(), SCR_BaseContainerCustomTitleField("m_sDisplayName", "Title is %1")]
class TestConfigClass
{
protected string m_sDisplayName;
}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
void SCR_BaseContainerCustomTitleField(string propertyName, string format="%1")
Definition Attributes.c:49
SCR_FieldOfViewSettings Attribute

Definition at line 43 of file Attributes.c.

Constructor & Destructor Documentation

◆ SCR_BaseContainerCustomTitleField()

void SCR_BaseContainerCustomTitleField::SCR_BaseContainerCustomTitleField ( string propertyName,
string format = "%1" )
inlineprotected

Definition at line 49 of file Attributes.c.

Member Function Documentation

◆ _WB_GetCustomTitle()

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

Definition at line 56 of file Attributes.c.

Member Data Documentation

◆ m_sFormat

string SCR_BaseContainerCustomTitleField::m_sFormat
protected

Definition at line 46 of file Attributes.c.

◆ m_sPropertyName

string SCR_BaseContainerCustomTitleField::m_sPropertyName
protected

Definition at line 45 of file Attributes.c.


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