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

Attribute for setting any flags enum property as custom title. More...

Inheritance diagram for SCR_BaseContainerCustomTitleFlags:
BaseContainerCustomTitle

Protected Member Functions

void SCR_BaseContainerCustomTitleFlags (typename enumType, string propertyName, string format="%1")
override bool _WB_GetCustomTitle (BaseContainer source, out string title)

Protected Attributes

 m_EnumType
string m_PropertyName
string m_sFormat

Detailed Description

Attribute for setting any flags enum property as custom title.

class TestConfigClass
{
protected EEditorMode m_Modes;
}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_CampaignHintStorage SCR_BaseContainerCustomTitleEnum(EHint, "m_eHintId")
EEditorMode m_Modes
SCR_FieldOfViewSettings Attribute
EEditorMode
Editor mode that defines overall functionality.
Definition EEditorMode.c:6

Definition at line 417 of file Attributes.c.

Constructor & Destructor Documentation

◆ SCR_BaseContainerCustomTitleFlags()

void SCR_BaseContainerCustomTitleFlags::SCR_BaseContainerCustomTitleFlags ( typename enumType ,
string propertyName,
string format = "%1" )
inlineprotected

Definition at line 424 of file Attributes.c.

Member Function Documentation

◆ _WB_GetCustomTitle()

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

Definition at line 432 of file Attributes.c.

Member Data Documentation

◆ m_EnumType

SCR_BaseContainerCustomTitleFlags::m_EnumType
protected

Definition at line 419 of file Attributes.c.

◆ m_PropertyName

string SCR_BaseContainerCustomTitleFlags::m_PropertyName
protected

Definition at line 420 of file Attributes.c.

◆ m_sFormat

string SCR_BaseContainerCustomTitleFlags::m_sFormat
protected

Definition at line 421 of file Attributes.c.


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