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

Attribute for setting a custom format if the given checkVar is equal to checkVarEqual. If condition met just shows default TitleField, if false it show default within given format. More...

Inheritance diagram for BaseContainerCustomCheckIntTitleField:

Detailed Description

Attribute for setting a custom format if the given checkVar is equal to checkVarEqual. If condition met just shows default TitleField, if false it show default within given format.

[BaseContainerProps(), BaseContainerCustomCheckIntTitleField("m_bEnabled", "Enabled test", "disabled test", 1)]
class TestConfigClass
{
protected bool m_bEnabled;
}

Definition at line 659 of file Attributes.c.


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