Arma Reforger Explorer
1.7.0.54
Arma Reforger Code Explorer by Zeroy - Thanks to MisterOutofTime
Toggle main menu visibility
Loading...
Searching...
No Matches
SCR_AIGroupFormationSetting.c
Go to the documentation of this file.
1
[
BaseContainerProps
(visible:
false
, insertable:
false
)]
2
class
SCR_AIGroupFormationSettingBase
:
SCR_AIGroupSetting
3
{
4
override
typename
GetCategorizationType
()
5
{
6
return
SCR_AIGroupFormationSettingBase
;
7
}
8
12
SCR_EAIGroupFormation GetFormation(
int
moveHandlerId, SCR_EAIGroupFormation desiredFormation);
13
}
14
15
[
BaseContainerProps
()]
16
class
SCR_AIGroupFormationSetting :
SCR_AIGroupFormationSettingBase
17
{
18
[
Attribute
(SCR_EAIGroupFormation.Wedge.ToString(),
UIWidgets
.ComboBox, enums: ParamEnumArray.FromEnum(SCR_EAIGroupFormation))]
19
protected
SCR_EAIGroupFormation m_eFormation;
20
21
static
SCR_AIGroupFormationSetting Create(
SCR_EAISettingOrigin
origin, SCR_EAIGroupFormation formation)
22
{
23
SCR_AIGroupFormationSetting s =
new
SCR_AIGroupFormationSetting();
24
s.Init(origin);
25
s.m_eFormation = formation;
26
return
s;
27
}
28
29
override
SCR_EAIGroupFormation
GetFormation
(
int
moveHandlerId, SCR_EAIGroupFormation desiredFormation)
30
{
31
return
m_eFormation;
32
}
33
34
override
string
GetDebugText()
35
{
36
return
typename
.EnumToString(SCR_EAIGroupFormation, m_eFormation);
37
}
38
}
BaseContainerProps
SCR_AIAnimation_Loitering BaseContainerProps
Commanding menu commanding element class.
Definition
SCR_AIAnimationWaypoint.c:14
GetCategorizationType
override GetCategorizationType()
Definition
SCR_AICharacterLightInteractionSetting.c:16
SCR_EAISettingOrigin
SCR_EAISettingOrigin
Definition
SCR_AISetting.c:4
SCR_AIGroupFormationSettingBase
Definition
SCR_AIGroupFormationSetting.c:3
SCR_AIGroupSetting
Definition
SCR_AIGroupSetting.c:5
UIWidgets
Definition
attributes.c:40
GetFormation
proto external AIFormationDefinition GetFormation(string pName)
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
AI
Settings
SCR_AIGroupFormationSetting.c
Generated by
1.17.0