Arma Reforger Script API
|
Dynamic description for SCR_LoadoutSavingBlackListEditorAttribute to show when player saved loadouts are cleared or not cleared. More...
Public Member Functions | |
override void | InitDynamicDescription (notnull SCR_BaseEditorAttribute attribute, notnull SCR_BaseEditorAttributeUIComponent attributeUi) |
Init the dynamic description. | |
override bool | IsValid (notnull SCR_BaseEditorAttribute attribute, notnull SCR_BaseEditorAttributeUIComponent attributeUi) |
Check if conditions are valid to display the Dynamic description. | |
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. | |
Additional Inherited Members | |
Protected Attributes inherited from SCR_BaseAttributeDynamicDescription | |
ref SCR_EditorAttributeUIInfo | m_DescriptionDisplayInfo |
bool | m_bEnabled |
Dynamic description for SCR_LoadoutSavingBlackListEditorAttribute to show when player saved loadouts are cleared or not cleared.
override void SCR_LoadoutSavingBlackListAttributeDynamicDescription.InitDynamicDescription | ( | notnull SCR_BaseEditorAttribute | attribute, |
notnull SCR_BaseEditorAttributeUIComponent | attributeUi | ||
) |
Init the dynamic description.
attribute | Attribute linked to the desciption |
Implements SCR_BaseAttributeDynamicDescription.
override bool SCR_LoadoutSavingBlackListAttributeDynamicDescription.IsValid | ( | notnull SCR_BaseEditorAttribute | attribute, |
notnull SCR_BaseEditorAttributeUIComponent | attributeUi | ||
) |
Check if conditions are valid to display the Dynamic description.
attribute | Attribute linked to the desciption |
Implements SCR_BaseAttributeDynamicDescription.