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_BoardingEntityWaypoint.c
Go to the documentation of this file.
1
class
SCR_BoardingEntityWaypointClass
:
SCR_BoardingWaypointClass
2
{
3
};
4
5
6
class
SCR_BoardingEntityWaypoint
:
SCR_BoardingWaypoint
7
{
8
[
Attribute
(
""
,
UIWidgets
.Object,
"Related entity"
)]
9
ref
SCR_AIEntityWaypointParameters
m_EntityWaypointParameters;
10
11
//------------------------------------------------------------------------------------------------
12
string
GetEntityName()
13
{
14
if
(m_EntityWaypointParameters)
15
return
m_EntityWaypointParameters.GetEntityName();
16
return
""
;
17
}
18
19
//------------------------------------------------------------------------------------------------
20
void
SetEntityName(
string
entityName)
21
{
22
if
(m_EntityWaypointParameters)
23
return
m_EntityWaypointParameters.SetEntityName(entityName);
24
}
25
26
//------------------------------------------------------------------------------------------------
27
void
SetEntity(
IEntity
entity)
28
{
29
if
(m_EntityWaypointParameters)
30
return
m_EntityWaypointParameters.SetEntity(entity);
31
}
32
33
//------------------------------------------------------------------------------------------------
34
IEntity
GetEntity
()
35
{
36
if
(m_EntityWaypointParameters)
37
{
38
return
m_EntityWaypointParameters.GetEntity();
39
}
40
return
null;
41
}
42
};
43
IEntity
Definition
IEntity.c:13
SCR_AIEntityWaypointParameters
Definition
SCR_EntityWaypoint.c:7
SCR_BoardingEntityWaypointClass
Definition
SCR_BoardingEntityWaypoint.c:2
SCR_BoardingEntityWaypoint
Definition
SCR_BoardingEntityWaypoint.c:7
SCR_BoardingWaypointClass
Definition
SCR_BoardingWaypoint.c:2
SCR_BoardingWaypoint
Definition
SCR_BoardingWaypoint.c:48
UIWidgets
Definition
attributes.c:40
GetEntity
IEntity GetEntity()
Definition
SCR_QuickslotBaseContainer.c:34
Attribute
SCR_FieldOfViewSettings Attribute
Definition
SendGoalMessage.c:170
scripts
Game
AI
Group
SCR_BoardingEntityWaypoint.c
Generated by
1.17.0