◆ CanHaveWetness()
90 {
91 return true;
92 }
◆ CanLoadItemIntoCargo()
74 {
76 return false;
77
79 return false;
80
81 return true;
82 }
bool IsCargoException4x3(EntityAI item)
Definition ItemBase.c:9426
Перекрестные ссылки IsCargoException4x3().
◆ CanPutInCargo()
44 {
45 if (!
super.CanPutInCargo(parent))
46 return false;
47
49 return false;
50
51
52 if (parent && !parent.GetInventory().AreChildrenAccessible())
53 return false;
54
55 return true;
56 }
Перекрестные ссылки IsCargoException4x3().
◆ CanReceiveItemIntoCargo()
59 {
61 return false;
62
64 return false;
65
66
67 if (!GetInventory().AreChildrenAccessible())
68 return false;
69
70 return true;
71 }
Перекрестные ссылки IsCargoException4x3().
◆ GetEmptyingEndSoundsetHard()
29 {
30 return "pour_End_HardGround_Pot_SoundSet";
31 }
◆ GetEmptyingEndSoundsetSoft()
34 {
35 return "pour_End_SoftGround_Pot_SoundSet";
36 }
◆ GetEmptyingEndSoundsetWater()
39 {
40 return "pour_End_Water_Pot_SoundSet";
41 }
◆ GetEmptyingLoopSoundsetHard()
14 {
15 return "pour_HardGround_Pot_SoundSet";
16 }
◆ GetEmptyingLoopSoundsetSoft()
19 {
20 return "pour_SoftGround_Pot_SoundSet";
21 }
◆ GetEmptyingLoopSoundsetWater()
24 {
25 return "pour_Water_Pot_SoundSet";
26 }
◆ GetPouringSoundset()
9 {
10 return "emptyVessle_Pot_SoundSet";
11 }
◆ GetQuantityNormalizedScripted()
◆ IsContainer()
◆ IsOpen()
85 {
86 return true;
87 }
◆ SetActions()
100 {
102
107 }
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/Cauldron.c