DayZ
1.24
Loading...
Searching...
No Matches
FieldShovel.c
Go to the documentation of this file.
1
class
FieldShovel
extends
ItemBase
2
{
3
override
bool
CanMakeGardenplot
()
4
{
5
return
true
;
6
}
7
8
override
void
SetActions
()
9
{
10
super
.SetActions();
11
12
AddAction
(
ActionClapBearTrapWithThisItem
);
13
AddAction
(
ActionTogglePlaceObject
);
14
AddAction
(
ActionDigGardenPlot
);
15
AddAction
(
ActionDismantleGardenPlot
);
16
AddAction
(
ActionDismantlePart
);
17
AddAction
(
ActionBuildPart
);
18
AddAction
(
ActionBuryBody
);
19
AddAction
(
ActionBuryAshes
);
20
AddAction
(
ActionDigInStash
);
21
AddAction
(
ActionDigOutStash
);
22
AddAction
(
ActionFillObject
);
23
AddAction
(
ActionDigWorms
);
24
AddAction
(
ActionCreateGreenhouseGardenPlot
);
25
}
26
}
ActionBuryAshes
ActionBuryAshesCB ActionContinuousBaseCB ActionBuryAshes()
Definition
ActionBuryAshes.c:11
ActionDigOutStash
ActionDigOutStashCB ActionContinuousBaseCB ActionDigOutStash()
Definition
ActionDigOutStash.c:11
AddAction
void AddAction(typename actionName)
Definition
AdvancedCommunication.c:212
ActionBuildPart
Definition
ActionBuildPart.c:26
ActionBuryBody
Definition
ActionBuryBody.c:10
ActionClapBearTrapWithThisItem
Definition
ActionClapBearTrapWithThisItem.c:2
ActionCreateGreenhouseGardenPlot
Definition
ActionCreateGreenhouseGardenPlot.c:10
ActionDigGardenPlot
Definition
ActionDigGardenPlot.c:10
ActionDigInStash
Definition
ActionDigInStash.c:10
ActionDigWorms
Definition
ActionDigWorms.c:15
ActionDismantleGardenPlot
Definition
ActionDismantleGardenPlot.c:10
ActionDismantlePart
Definition
ActionDismantlePart.c:27
ActionFillObject
Definition
ActionFillObject.c:10
ActionTogglePlaceObject
Definition
ActionTogglePlaceObject.c:2
ItemBase
Definition
InventoryItem.c:697
ItemBase::SetActions
override void SetActions()
Definition
FieldShovel.c:8
ItemBase::CanMakeGardenplot
override bool CanMakeGardenplot()
Definition
FieldShovel.c:3
Param3
Definition
EntityAI.c:95
scripts
4_World
Entities
ItemBase
FieldShovel.c
Generated by
1.10.0