Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_BasicDisabledAttributeDynamicDescription.c
Go to the documentation of this file.
1
4{
5 //------------------------------------------------------------------------------------------------
6 override bool IsValid(notnull SCR_BaseEditorAttribute attribute, notnull SCR_BaseEditorAttributeUIComponent attributeUi)
7 {
8 return !attribute.IsEnabled();
9 }
10};
11
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
class SCR_HitZoneGroupNameHolder BaseContainerCustomStringTitleField("USE INHERITED VERSION ONLY!")
Base Attribute Script for other attributes to inherent from to get and set varriables in Editor Attri...
Shows the dynamic description if the attribute is disabled.