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

Attribute for setting a custom format if the given checkVar is equal to checkVarEqual. If true sets propertyName as title with format else just shows propertyName as title. More...

Inheritance diagram for BaseContainerCustomDoubleCheckTitleField:

Detailed Description

Attribute for setting a custom format if the given checkVar is equal to checkVarEqual. If true sets propertyName as title with format else just shows propertyName as title.

[BaseContainerProps(), BaseContainerCustomDoubleCheckTitleField("m_bEnabled", "m_sDisplayName", "Test", "%1", "(Disabled) %1")]
class TestConfigClass
{
protected bool m_bEnabled;
protected string m_sDisplayName;
}

Definition at line 538 of file Attributes.c.


The documentation for this class was generated from the following file:
m_sDisplayName
protected string m_sDisplayName
Definition: SCR_KeybindDialogs.c:39
BaseContainerCustomDoubleCheckTitleField
Attribute for setting a custom format if the given checkVar is equal to checkVarEqual....
Definition: Attributes.c:538
Attribute
typedef Attribute
Post-process effect of scripted camera.
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