◆ ActionGagTarget()
◆ ActionCondition()
21 {
22 if (
item.GetQuantity() > 1)
23 return false;
24
28 {
31 {
35 {
36 return false;
37 }
38 }
39 return true;
40 }
41
42 return false;
43 }
bool IsWearingMask(PlayerBase player)
Definition ActionGagTarget.c:63
Super root of all classes in Enforce script.
Definition EnScript.c:11
Definition InventoryItem.c:731
Definition PlayerBaseClient.c:2
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.
Перекрестные ссылки Class::CastTo() и IsWearingMask().
◆ CreateConditionComponents()
◆ IsWearingMask()
64 {
66 {
67 return true;
68 }
69 return false;
70 }
provides access to slot configuration
Definition InventorySlots.c:6
Используется в ActionCondition().
◆ OnFinishProgressServer()
Объявления и описания членов класса находятся в файле:
- D:/Ishodniki/scripts/4_World/Classes/UserActionsComponent/Actions/Continuous/ActionGagTarget.c