◆ ActionUngagSelf()
◆ ActionCondition()
23 {
25 return true;
26
27 return false;
28 }
bool IsWearingGag(PlayerBase player)
Definition ActionUngagSelf.c:42
Перекрестные ссылки IsWearingGag().
◆ CreateConditionComponents()
◆ HasTarget()
18 {
19 return false;
20 }
◆ IsWearingGag()
43 {
47 {
48 return true;
49 }
50 return false;
51 }
Super root of all classes in Enforce script.
Definition EnScript.c:11
provides access to slot configuration
Definition InventorySlots.c:6
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.
Перекрестные ссылки Class::CastTo().
Используется в ActionCondition().
◆ OnFinishProgressServer()
31 {
35 {
37 lamb.SetTransferParams(
true,
true,
true,
false, 1);
39 }
40 }
Definition ActionUngagSelf.c:55
Перекрестные ссылки Class::CastTo().
Объявления и описания членов класса находятся в файле:
- D:/Ishodniki/scripts/4_World/Classes/UserActionsComponent/Actions/Continuous/ActionUngagSelf.c