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

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

Inheritance diagram for SCR_BaseContainerTitleFieldWithValue:

Public 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
{
[Attribute()]
protected ResourceName m_sPrefab;
[Attribute()]
protected int m_iTestValue;
};
Attribute to use a ResourceName filename.
Definition Attributes.c:219

Constructor & Destructor Documentation

◆ SCR_BaseContainerTitleFieldWithValue()

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

Member Function Documentation

◆ _WB_GetCustomTitle()

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

Member Data Documentation

◆ m_sFallbackSecondaryProperty

string SCR_BaseContainerTitleFieldWithValue.m_sFallbackSecondaryProperty
protected

◆ m_sFormat

string SCR_BaseContainerTitleFieldWithValue.m_sFormat
protected

◆ m_sPropertyName

string SCR_BaseContainerTitleFieldWithValue.m_sPropertyName
protected

◆ m_sSecondaryPropertyName

string SCR_BaseContainerTitleFieldWithValue.m_sSecondaryPropertyName
protected

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