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

Attribute to use a ResourceName filename. More...

Inheritance diagram for SCR_BaseContainerResourceTitleField:

Public Member Functions

void SCR_BaseContainerResourceTitleField (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 to use a ResourceName filename.

[BaseContainerProps(), SCR_BaseContainerResourceTitleField("m_sPrefab", "Prefab: %1")]
class TestConfigClass
{
[Attribute()]
protected ResourceName m_sPrefab;
};
void SCR_BaseContainerResourceTitleField(string propertyName, string format="%1")
Definition Attributes.c:224

Constructor & Destructor Documentation

◆ SCR_BaseContainerResourceTitleField()

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

Member Function Documentation

◆ _WB_GetCustomTitle()

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

Member Data Documentation

◆ m_sFormat

string SCR_BaseContainerResourceTitleField.m_sFormat
protected

◆ m_sPropertyName

string SCR_BaseContainerResourceTitleField.m_sPropertyName
protected

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