Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
SCR_LogoOverlayEditorAttribute.c
Go to the documentation of this file.
1
[
BaseContainerProps
(),
SCR_BaseEditorAttributeCustomTitle
()]
2
class
SCR_LogoOverlayEditorAttribute
:
SCR_MenuOverlayEditorAttribute
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_BaseEditorAttributeCustomTitle
Definition:
SCR_BaseEditorAttribute.c:868
SCR_BaseEditorAttributeVar
Definition:
SCR_BaseEditorAttributeVar.c:1
SCR_LogoOverlayEditorAttribute
Definition:
SCR_LogoOverlayEditorAttribute.c:2
SCR_LogoOverlayPositionEditorAttribute
Definition:
SCR_LogoOverlayPositionEditorAttribute.c:2
SCR_MenuOverlayEditorAttribute
Definition:
SCR_MenuOverlayEditorAttribute.c:2
BaseContainerProps
SCR_AIGoalReaction_Follow BaseContainerProps
Handles insects that are supposed to be spawned around selected prefabs defined in prefab names array...
Definition:
SCR_AIGoalReaction.c:468
scripts_Arma_Reforger_v1.1.0.42
scripts
Game
Editor
Containers
Attributes
SCR_LogoOverlayEditorAttribute.c
Generated by
1.8.17