Arma Reforger Script API
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
SCR_BaseButtonAttributeDynamicDescription Interface Reference

Holds logic when a dynamic description should be shown when attributes are hovered over. More...

Inheritance diagram for SCR_BaseButtonAttributeDynamicDescription:
[legend]

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
 

Detailed Description

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

Member Function Documentation

◆ HasPriorityOverButton()

bool SCR_BaseButtonAttributeDynamicDescription.HasPriorityOverButton ( )

Return true if has priority over button descriptions.

Returns
True if priority over button descriptions

Member Data Documentation

◆ m_bPriorityOverButtonDescription

bool SCR_BaseButtonAttributeDynamicDescription.m_bPriorityOverButtonDescription
protected

The documentation for this interface was generated from the following file: