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

Attribute for setting any enum property as custom title with an aditional varriable. Do note to set the defaultValue to what ever the attribute default value is. More...

Inheritance diagram for BaseContainerCustomEnumWithValue:
BaseContainerCustomTitle

Protected Member Functions

void BaseContainerCustomEnumWithValue (typename enumType, string enumName, string valueName, string defaultValue, string format="%1: %2")
override bool _WB_GetCustomTitle (BaseContainer source, out string title)

Protected Attributes

 m_EnumType
string m_sEnumName
string m_sValueName
string m_sDefaultValue
string m_sFormat

Detailed Description

Attribute for setting any enum property as custom title with an aditional varriable. Do note to set the defaultValue to what ever the attribute default value is.

class TestConfigClass
{
protected EEditorMode m_Mode;
[Attribute("2")]
protected int m_iValue;
}
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
int m_iValue
void BaseContainerCustomEnumWithValue(typename enumType, string enumName, string valueName, string defaultValue, string format="%1: %2")
Definition Attributes.c:377
SCR_FieldOfViewSettings Attribute
EEditorMode
Editor mode that defines overall functionality.
Definition EEditorMode.c:6

Definition at line 368 of file Attributes.c.

Constructor & Destructor Documentation

◆ BaseContainerCustomEnumWithValue()

void BaseContainerCustomEnumWithValue::BaseContainerCustomEnumWithValue ( typename enumType ,
string enumName,
string valueName,
string defaultValue,
string format = "%1: %2" )
inlineprotected

Definition at line 377 of file Attributes.c.

Member Function Documentation

◆ _WB_GetCustomTitle()

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

Definition at line 387 of file Attributes.c.

Member Data Documentation

◆ m_EnumType

BaseContainerCustomEnumWithValue::m_EnumType
protected

Definition at line 370 of file Attributes.c.

◆ m_sDefaultValue

string BaseContainerCustomEnumWithValue::m_sDefaultValue
protected

Definition at line 373 of file Attributes.c.

◆ m_sEnumName

string BaseContainerCustomEnumWithValue::m_sEnumName
protected

Definition at line 371 of file Attributes.c.

◆ m_sFormat

string BaseContainerCustomEnumWithValue::m_sFormat
protected

Definition at line 374 of file Attributes.c.

◆ m_sValueName

string BaseContainerCustomEnumWithValue::m_sValueName
protected

Definition at line 372 of file Attributes.c.


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