DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено
crafting.c
См. документацию.
2{
3 override void SetActions()
4 {
5 super.SetActions();
6
9 }
10};
12{
13 override protected void InitGlobalExclusionValues()
14 {
15 super.InitGlobalExclusionValues();
16
17 AddSingleExclusionValueGlobal(EAttExclusions.EXCLUSION_MASK_2);
18
19 AddSingleExclusionValueGlobal(EAttExclusions.SHAVING_HEADGEAR_ATT_0);
20 }
21};
22
24{
25 override void SetActions()
26 {
27 super.SetActions();
28
30 }
31};
32
44
46{
47 override void SetActions()
48 {
49 super.SetActions();
50
53 }
54}
55
56class Rope: Inventory_Base
57{
59
60 override void SetActions()
61 {
62 super.SetActions();
63
67 }
68
73
75 {
76 m_TargetLocation.CopyLocationFrom(targetLocation, true);
77 }
78
79 override bool CanAssignToQuickbar()
80 {
81 return (!GetInventory().IsAttachment());
82 }
83};
84
86{
87 override void SetActions()
88 {
89 super.SetActions();
90
92
93 }
94};
95
97{
98
99};
100
102{
103
104};
105
107{
108 override void SetActions()
109 {
110 super.SetActions();
111
115 }
116};
void AddAction(typename actionName)
Определения AdvancedCommunication.c:220
override void SetActions()
Определения crafting.c:3
Определения crafting.c:2
override void SetActions()
Определения crafting.c:25
Определения crafting.c:24
override void SetActions()
Определения crafting.c:108
Определения crafting.c:107
void InitGlobalExclusionValues()
Определения crafting.c:13
Определения crafting.c:12
override void SetActions()
Определения Mace.c:3
InventoryLocation.
Определения InventoryLocation.c:29
override void SetActions()
Определения crafting.c:35
Определения crafting.c:34
override void SetActions()
Определения crafting.c:47
Определения crafting.c:46
override void SetActions()
Определения crafting.c:87
Определения crafting.c:102
Определения crafting.c:86
Определения crafting.c:97
override bool CanAssignToQuickbar()
Определения crafting.c:79
InventoryLocation GetTargetLocation()
Определения crafting.c:69
SharpWoodenStick m_TargetLocation
void SetTargetLocation(InventoryLocation targetLocation)
Определения crafting.c:74