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

Attribute for setting any object classname property as custom title. More...

Inheritance diagram for SCR_BaseContainerCustomTitleObject:
BaseContainerCustomTitle

Protected Member Functions

void SCR_BaseContainerCustomTitleObject (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 object classname property as custom title.

class TestConfigClass
{
protected SCR_SomeClass m_Variable;
}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
SCR_CampaignMilitaryBaseComponent SCR_MilitaryBaseComponent SCR_BaseContainerCustomTitleResourceName("m_sBaseName", true)
SCR_FieldOfViewSettings Attribute

Definition at line 504 of file Attributes.c.

Constructor & Destructor Documentation

◆ SCR_BaseContainerCustomTitleObject()

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

Definition at line 510 of file Attributes.c.

Member Function Documentation

◆ _WB_GetCustomTitle()

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

Definition at line 517 of file Attributes.c.

Member Data Documentation

◆ m_sFormat

string SCR_BaseContainerCustomTitleObject::m_sFormat
protected

Definition at line 507 of file Attributes.c.

◆ m_sPropertyName

string SCR_BaseContainerCustomTitleObject::m_sPropertyName
protected

Definition at line 506 of file Attributes.c.


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