Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_BaseContainerResourceTitleField Interface Reference

Attribute to use a ResourceName filename. More...

Inheritance diagram for SCR_BaseContainerResourceTitleField:
[legend]

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;
};
Attribute to use a ResourceName filename.
Definition: Attributes.c:219

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: