◆ ActionGagSelf()
◆ ActionCondition()
25 {
26 if (
item.GetQuantity() > 1)
27 return false;
28
30 {
33 {
37 {
38 return false;
39 }
40 }
41 return true;
42 }
43
44 return false;
45 }
bool IsWearingMask(PlayerBase player)
Definition ActionGagSelf.c:59
Definition InventoryItem.c:731
Перекрестные ссылки IsWearingMask().
◆ CreateConditionComponents()
◆ HasTarget()
20 {
21 return false;
22 }
◆ IsWearingMask()
60 {
62 {
63 return true;
64 }
65 return false;
66 }
provides access to slot configuration
Definition InventorySlots.c:6
Используется в ActionCondition().
◆ OnFinishProgressServer()
48 {
51 {
53
56 }
57 }
Super root of all classes in Enforce script.
Definition EnScript.c:11
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.
Перекрестные ссылки Class::CastTo().
Объявления и описания членов класса находятся в файле:
- D:/Ishodniki/scripts/4_World/Classes/UserActionsComponent/Actions/Continuous/ActionGagSelf.c