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

allow to define multiple fields (string or ResourceName) - up to 5 elements More...

Inheritance diagram for SCR_BaseContainerCustomTitleFields:
BaseContainerCustomTitle

Protected Member Functions

void SCR_BaseContainerCustomTitleFields (array< string > propertyNames, string format="%1")
override bool _WB_GetCustomTitle (BaseContainer source, out string title)

Protected Attributes

ref array< stringm_aPropertyNames
string m_sFormat

Detailed Description

allow to define multiple fields (string or ResourceName) - up to 5 elements

[BaseContainerProps(), SCR_BaseContainerCustomTitleFields({ "m_sTitle", "m_sIcon" }, "[%2] %1")]
class TestConfigClass
{
}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
void SCR_BaseContainerCustomTitleFields(array< string > propertyNames, string format="%1")
Definition Attributes.c:79

Definition at line 73 of file Attributes.c.

Constructor & Destructor Documentation

◆ SCR_BaseContainerCustomTitleFields()

void SCR_BaseContainerCustomTitleFields::SCR_BaseContainerCustomTitleFields ( array< string > propertyNames,
string format = "%1" )
inlineprotected

Definition at line 79 of file Attributes.c.

Member Function Documentation

◆ _WB_GetCustomTitle()

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

Definition at line 86 of file Attributes.c.

Member Data Documentation

◆ m_aPropertyNames

ref array<string> SCR_BaseContainerCustomTitleFields::m_aPropertyNames
protected

Definition at line 75 of file Attributes.c.

◆ m_sFormat

string SCR_BaseContainerCustomTitleFields::m_sFormat
protected

Definition at line 76 of file Attributes.c.


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