Dayz Explorer
1.28.160049
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
ActionPlaceObject
ActionPlaceObjectCB ActiondeployObjectCB ActionPlaceObject()
Definition
actionplaceobject.c:11
ActionBaseCB::m_ActionData
ActionData m_ActionData
Definition
animatedactionbase.c:3
ActionDeployObject
Definition
actiondeployobject.c:60
ActionPlaceObjectCB
Definition
actionplaceobject.c:2
ActiondeployObjectCB
Definition
actiondeployobject.c:15
CAContinuousTime
Definition
cacontinuoustime.c:2
UATimeSpent
Definition
actionconstants.c:28
Daten
4_world
classes
useractionscomponent
actions
continuous
actionplaceobject.c
Generated by
1.12.0