![]() |
Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
|
Protected Member Functions | |
| void | InitDynamicDescription (notnull SCR_BaseEditorAttribute attribute, notnull SCR_BaseEditorAttributeUIComponent attributeUi) |
| bool | IsValid (notnull SCR_BaseEditorAttribute attribute, notnull SCR_BaseEditorAttributeUIComponent attributeUi) |
| void | GetDescriptionData (notnull SCR_BaseEditorAttribute attribute, notnull SCR_BaseEditorAttributeUIComponent attributeUi, out SCR_EditorAttributeUIInfo uiInfo, out string param1=string.Empty, out string param2=string.Empty, out string param3=string.Empty) |
Protected Attributes | |
| ref SCR_EditorAttributeUIInfo | m_DescriptionDisplayInfo |
| bool | m_bEnabled |
Holds logic when a dynamic description should be shown when attributes are hovered over. Do not use base class
Definition at line 5 of file SCR_BaseAttributeDynamicDescription.c.
|
inlineprotected |
Init the dynamic description
| attribute | Attribute linked to the desciption | |
| [out] | uiInfo | UiInfo with icon, description and color to display the description |
| [out] | param1 | Optional param 1 to add to the description |
| [out] | param2 | Optional param 2 to add to the description |
| [out] | param3 | Optional param 3 to add to the description |
Definition at line 40 of file SCR_BaseAttributeDynamicDescription.c.
|
protected |
Init the dynamic description
| attribute | Attribute linked to the desciption |
|
inlineprotected |
Check if conditions are valid to display the Dynamic description
| attribute | Attribute linked to the desciption |
Definition at line 26 of file SCR_BaseAttributeDynamicDescription.c.
|
protected |
Definition at line 11 of file SCR_BaseAttributeDynamicDescription.c.
|
protected |
Definition at line 8 of file SCR_BaseAttributeDynamicDescription.c.