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

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

Inheritance diagram for SCR_BaseContainerCustomTitleObject:

Public 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.

[BaseContainerProps(), SCR_BaseContainerCustomTitleResourceName("m_Variable")]
class TestConfigClass
{
[Attribute()]
protected SCR_SomeClass m_Variable;
}
Attribute for setting any ResourceName path property as custom title.
Definition Attributes.c:441

Constructor & Destructor Documentation

◆ SCR_BaseContainerCustomTitleObject()

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

Member Function Documentation

◆ _WB_GetCustomTitle()

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

Member Data Documentation

◆ m_sFormat

string SCR_BaseContainerCustomTitleObject.m_sFormat
protected

◆ m_sPropertyName

string SCR_BaseContainerCustomTitleObject.m_sPropertyName
protected

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