Arma Reforger Explorer  1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
BaseContainerCustomCheckIntWithFlagTitleField Class Reference

Attribute for setting a custom format if the given checkVar is equal to checkVarEqual with showing flags (%1 in the condition format). If condition met just shows default TitleField, if false it show default within given format. More...

Inheritance diagram for BaseContainerCustomCheckIntWithFlagTitleField:

Detailed Description

Attribute for setting a custom format if the given checkVar is equal to checkVarEqual with showing flags (%1 in the condition format). If condition met just shows default TitleField, if false it show default within given format.

[BaseContainerProps(), BaseContainerCustomCheckIntWithFlagTitleField(EEditorMode, "m_eValidEditorModes", "m_bEnabled", 1, "EditorData - %1", "DISABLED - EditorData - %1")]
class TestConfigClass
{
protected EEditorMode m_eValidEditorModes;
protected bool m_bEnabled;
}

Definition at line 706 of file Attributes.c.


The documentation for this class was generated from the following file:
BaseContainerCustomCheckIntWithFlagTitleField
Attribute for setting a custom format if the given checkVar is equal to checkVarEqual with showing fl...
Definition: Attributes.c:706
Attribute
typedef Attribute
Post-process effect of scripted camera.
EEditorMode
EEditorMode
Editor mode that defines overall functionality.
Definition: EEditorMode.c:5
m_bEnabled
private bool m_bEnabled
Definition: SCR_BaseManualCameraComponent.c:3
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