Arma Reforger Explorer
1.1.0.42
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Main Page
Modules
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Typedefs
c
f
l
m
o
p
r
s
t
Enumerations
a
b
c
d
e
f
g
i
k
l
m
p
r
s
u
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
Examples
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
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