Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
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:

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;
}

Definition at line 295 of file Attributes.c.


The documentation for this class was generated from the following file:
m_iValue
protected int m_iValue
Definition: SCR_VotingBase.c:3
Attribute
typedef Attribute
Post-process effect of scripted camera.
EEditorMode
EEditorMode
Editor mode that defines overall functionality.
Definition: EEditorMode.c:5
BaseContainerCustomEnumWithValue
Attribute for setting any enum property as custom title with an aditional varriable....
Definition: Attributes.c:295
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition: SCR_AIGoalReaction.c:468