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

Attribute for setting any ResourceName path property as custom title. More...

Inheritance diagram for SCR_BaseContainerCustomTitleResourceName:

Public Member Functions

void SCR_BaseContainerCustomTitleResourceName (string propertyName, bool fileNameOnly=false, string format="%1")
 
override bool _WB_GetCustomTitle (BaseContainer source, out string title)
 

Protected Attributes

string m_sPropertyName
 
bool m_bFileNameOnly
 
string m_sFormat
 

Detailed Description

Attribute for setting any ResourceName path property as custom title.

[BaseContainerProps(), SCR_BaseContainerCustomTitleResourceName("m_Path")]
class TestConfigClass
{
[Attribute()]
protected ResourceName m_Path;
}
void SCR_BaseContainerCustomTitleResourceName(string propertyName, bool fileNameOnly=false, string format="%1")
Definition Attributes.c:447

Constructor & Destructor Documentation

◆ SCR_BaseContainerCustomTitleResourceName()

void SCR_BaseContainerCustomTitleResourceName.SCR_BaseContainerCustomTitleResourceName ( string propertyName,
bool fileNameOnly = false,
string format = "%1" )

Member Function Documentation

◆ _WB_GetCustomTitle()

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

Member Data Documentation

◆ m_bFileNameOnly

bool SCR_BaseContainerCustomTitleResourceName.m_bFileNameOnly
protected

◆ m_sFormat

string SCR_BaseContainerCustomTitleResourceName.m_sFormat
protected

◆ m_sPropertyName

string SCR_BaseContainerCustomTitleResourceName.m_sPropertyName
protected

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