|
Arma Reforger Script API
|
Holds logic when a dynamic description should be shown when attributes are hovered over. More...
Public Member Functions | |
| bool | HasPriorityOverButton () |
| Return true if has priority over button descriptions. | |
Public Member Functions inherited from SCR_BaseAttributeDynamicDescription | |
| void | InitDynamicDescription (notnull SCR_BaseEditorAttribute attribute, notnull SCR_BaseEditorAttributeUIComponent attributeUi) |
| Init the dynamic description. | |
| bool | IsValid (notnull SCR_BaseEditorAttribute attribute, notnull SCR_BaseEditorAttributeUIComponent attributeUi) |
| Check if conditions are valid to display the Dynamic description. | |
| 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) |
| Init the dynamic description. | |
Protected Attributes | |
| bool | m_bPriorityOverButtonDescription |
Protected Attributes inherited from SCR_BaseAttributeDynamicDescription | |
| ref SCR_EditorAttributeUIInfo | m_DescriptionDisplayInfo |
| bool | m_bEnabled |
Holds logic when a dynamic description should be shown when attributes are hovered over.
Includes extra logic for button attributes. Do not use base class
| bool SCR_BaseButtonAttributeDynamicDescription.HasPriorityOverButton | ( | ) |
Return true if has priority over button descriptions.
|
protected |