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_PlayerBudgetAIEnableEditorAttribute.c
Go to the documentation of this file.
1
[
BaseContainerProps
(),
SCR_BaseEditorAttributeCustomTitle
()]
2
class
SCR_PlayerBudgetAIEnableEditorAttribute
:
SCR_BasePlayerBudgetEnableEditorAttribute
3
{
4
protected
override
EEditableEntityBudget
GetBudgetType()
5
{
6
return
EEditableEntityBudget
.AI;
7
}
8
9
protected
override
ENotification
GetEnableNotification()
10
{
11
return
ENotification
.EDITOR_ENABLE_AI_BUDGET;
12
}
13
14
protected
override
ENotification
GetDisableNotification()
15
{
16
return
ENotification
.EDITOR_DISABLE_AI_BUDGET;
17
}
18
};
SCR_PlayerBudgetAIEnableEditorAttribute
Definition:
SCR_PlayerBudgetAIEnableEditorAttribute.c:2
EEditableEntityBudget
EEditableEntityBudget
Definition:
EEditableEntityBudget.c:1
SCR_BaseEditorAttributeCustomTitle
Definition:
SCR_BaseEditorAttribute.c:868
ENotification
ENotification
Definition:
ENotification.c:4
SCR_BasePlayerBudgetEnableEditorAttribute
Definition:
SCR_BasePlayerBudgetEnableEditorAttribute.c:3
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_PlayerBudgetAIEnableEditorAttribute.c
Generated by
1.8.17