Arma Reforger Explorer 1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Loading...
Searching...
No Matches
SCR_LogoOverlayEditorAttribute.c
Go to the documentation of this file.
3{
4 //Disable respawn time if respawning is disabled
5 override void UpdateInterlinkedVariables(SCR_BaseEditorAttributeVar var, SCR_AttributesManagerEditorComponent manager, bool isInit = false)
6 {
7 //Set sub labels
8 if (isInit)
9 {
10 manager.SetAttributeAsSubAttribute(SCR_LogoOverlayPositionEditorAttribute);
11 }
12
13 manager.SetAttributeEnabled(SCR_LogoOverlayPositionEditorAttribute, var && var.GetInt() != 0);
14 }
15};
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.