Dayz Explorer
1.29.162510
Loading...
Searching...
No Matches
actionplaceobject.c
Go to the documentation of this file.
1
class
ActionPlaceObjectCB
: ActiondeployObjectCB
2
{
3
override
void
CreateActionComponent
()
4
{
5
m_ActionData.m_ActionComponent =
new
CAContinuousTime
(
UATimeSpent
.DEFAULT_PLACE);
6
}
7
}
8
9
class
ActionPlaceObject
:
ActionDeployObject
10
{
11
void
ActionPlaceObject
()
12
{
13
m_CallbackClass =
ActionPlaceObjectCB
;
14
15
m_Text =
"#place_object"
;
16
}
17
18
override
bool
HasProgress
()
19
{
20
return
false
;
21
}
22
}
HasProgress
override bool HasProgress()
Definition
actionactivatetrap.c:41
ActionDeployObject
PlaceObjectActionReciveData ActionReciveData ActionDeployObject()
Definition
actiondeployobject.c:9
CreateActionComponent
override void CreateActionComponent()
Definition
actionplaceobject.c:12
ActionPlaceObject
ActionPlaceObjectCB ActiondeployObjectCB ActionPlaceObject()
Definition
actionplaceobject.c:11
ActionPlaceObjectCB
Definition
actionplaceobject.c:2
CAContinuousTime
Definition
cacontinuoustime.c:2
UATimeSpent
Definition
actionconstants.c:28
Daten
4_world
classes
useractionscomponent
actions
continuous
actionplaceobject.c
Generated by
1.16.1