◆ Pot()
◆ ~Pot()
◆ CanHaveWetness()
117 {
118 return true;
119 }
◆ CanLoadItemIntoCargo()
89 {
90 if ( !
super.CanLoadItemIntoCargo(
item ) )
91 return false;
92
94 return false;
95
96
98 for (
int i = 0;
i < GetInventory().GetSlotIdCount();
i++)
99 {
100 slotId = GetInventory().GetSlotId(
i);
101 if (
item.GetInventory().HasAttachmentSlot(
slotId))
102 {
103
104 return false;
105 }
106 }
107
108 return true;
109 }
bool IsCargoException4x3(EntityAI item)
Definition ItemBase.c:9426
Перекрестные ссылки IsCargoException4x3().
◆ CanPutInCargo()
47 {
48 if ( !
super.CanPutInCargo( parent ) )
49 return false;
50
52 return false;
53
54
55 if (parent && !parent.GetInventory().AreChildrenAccessible())
56 return false;
57
58 return true;
59 }
Перекрестные ссылки IsCargoException4x3().
◆ CanReceiveItemIntoCargo()
62 {
63 if ( !
super.CanReceiveItemIntoCargo(
item ) )
64 return false;
65
67 return false;
68
69
70 if (!GetInventory().AreChildrenAccessible())
71 return false;
72
73
75 for (
int i = 0;
i < GetInventory().GetSlotIdCount();
i++)
76 {
77 slotId = GetInventory().GetSlotId(
i);
78 if (
item.GetInventory().HasAttachmentSlot(
slotId))
79 {
80
81 return false;
82 }
83 }
84
85 return true;
86 }
Перекрестные ссылки IsCargoException4x3().
◆ GetEmptyingEndSoundsetHard()
32 {
33 return "pour_End_HardGround_Pot_SoundSet";
34 }
◆ GetEmptyingEndSoundsetSoft()
37 {
38 return "pour_End_SoftGround_Pot_SoundSet";
39 }
◆ GetEmptyingEndSoundsetWater()
42 {
43 return "pour_End_Water_Pot_SoundSet";
44 }
◆ GetEmptyingLoopSoundsetHard()
17 {
18 return "pour_HardGround_Pot_SoundSet";
19 }
◆ GetEmptyingLoopSoundsetSoft()
22 {
23 return "pour_SoftGround_Pot_SoundSet";
24 }
◆ GetEmptyingLoopSoundsetWater()
27 {
28 return "pour_Water_Pot_SoundSet";
29 }
◆ GetPouringSoundset()
12 {
13 return "emptyVessle_Pot_SoundSet";
14 }
◆ GetQuantityNormalizedScripted()
122 {
123 return 1.0;
124 }
◆ IsContainer()
◆ IsOpen()
112 {
113 return true;
114 }
◆ SetActions()
127 {
129
132
135 }
void AddAction(typename actionName)
Definition AdvancedCommunication.c:220
void RemoveAction(typename actionName)
Definition AdvancedCommunication.c:252
Definition ActionDrinkCookingPot.c:2
Definition ActionDrink.c:10
Definition ActionEmptyBottleBase.c:24
Definition ActionEmptyCookingPot.c:2
Перекрестные ссылки AddAction() и RemoveAction().
Объявления и описания членов класса находятся в файле:
- D:/Ishodniki/scripts/4_World/Entities/ItemBase/Edible_Base/Bottle_Base/Pot.c