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

Attribute to use a variable and additional variable. More...

Inheritance diagram for SCR_BaseContainerTitleFieldWithValue:
BaseContainerCustomTitle

Protected Member Functions

void SCR_BaseContainerTitleFieldWithValue (string propertyName, string secondaryPropertyName, string format="%1: %2", string fallbackSecondaryProperty="")
override bool _WB_GetCustomTitle (BaseContainer source, out string title)

Protected Attributes

string m_sPropertyName
string m_sSecondaryPropertyName
string m_sFallbackSecondaryProperty
string m_sFormat

Detailed Description

Attribute to use a variable and additional variable.

[BaseContainerProps(), SCR_BaseContainerResourceTitleField("m_sPrefab", "m_iTestValue" "%1: %2")]
class TestConfigClass
{
protected int m_iTestValue;
};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Attribute to use a ResourceName filename.
Definition Attributes.c:239
SCR_FieldOfViewSettings Attribute

Definition at line 280 of file Attributes.c.

Constructor & Destructor Documentation

◆ SCR_BaseContainerTitleFieldWithValue()

void SCR_BaseContainerTitleFieldWithValue::SCR_BaseContainerTitleFieldWithValue ( string propertyName,
string secondaryPropertyName,
string format = "%1: %2",
string fallbackSecondaryProperty = "" )
inlineprotected

Definition at line 288 of file Attributes.c.

Member Function Documentation

◆ _WB_GetCustomTitle()

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

Definition at line 297 of file Attributes.c.

Member Data Documentation

◆ m_sFallbackSecondaryProperty

string SCR_BaseContainerTitleFieldWithValue::m_sFallbackSecondaryProperty
protected

Definition at line 284 of file Attributes.c.

◆ m_sFormat

string SCR_BaseContainerTitleFieldWithValue::m_sFormat
protected

Definition at line 285 of file Attributes.c.

◆ m_sPropertyName

string SCR_BaseContainerTitleFieldWithValue::m_sPropertyName
protected

Definition at line 282 of file Attributes.c.

◆ m_sSecondaryPropertyName

string SCR_BaseContainerTitleFieldWithValue::m_sSecondaryPropertyName
protected

Definition at line 283 of file Attributes.c.


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