Dayz Explorer 1.29.162510
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()
override void CreateActionComponent()
ActionPlaceObjectCB ActiondeployObjectCB ActionPlaceObject()