Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
Loading...
Searching...
No Matches
actionplaceobject.c
Go to the documentation of this file.
1class ActionPlaceObjectCB : ActiondeployObjectCB
2{
3 override void CreateActionComponent()
4 {
5 m_ActionData.m_ActionComponent = new CAContinuousTime(UATimeSpent.DEFAULT_PLACE);
6 }
7}
8
10{
12 {
13 m_CallbackClass = ActionPlaceObjectCB;
14
15 m_Text = "#place_object";
16 }
17
18 override bool HasProgress()
19 {
20 return false;
21 }
22}
override bool HasProgress()
PlaceObjectActionReciveData ActionReciveData ActionDeployObject()
ActionPlaceObjectCB ActiondeployObjectCB ActionPlaceObject()
override void CreateActionComponent()
const float DEFAULT_PLACE