◆ ActionDigWorms()
◆ ActionCondition()
44 {
45 if (
player.IsPlacingLocal())
46 return false;
47
49 }
bool IsTargetFertile(ActionTarget target)
Definition ActionDigWorms.c:73
bool IsPlayerOnGround(PlayerBase player)
Definition ActionDigWorms.c:92
Перекрестные ссылки IsPlayerOnGround() и IsTargetFertile().
◆ ActionConditionContinue()
◆ Can()
36 {
38 return false;
39
41 }
Definition EnConvert.c:106
static const vector Forward
Definition EnConvert.c:109
Перекрестные ссылки vector::Forward.
◆ CreateConditionComponents()
◆ HasTarget()
57 {
58 return true;
59 }
◆ IsPlayerOnGround()
◆ IsTargetFertile()
74 {
76 {
80
82
84 {
85 return true;
86 }
87 }
88
89 return false;
90 }
Перекрестные ссылки GetGame().
Используется в ActionCondition().
◆ OnFinishProgressServer()
62 {
66 {
68 }
69
71 }
const int ECE_PLACE_ON_SURFACE
Definition CentralEconomy.c:37
Super root of all classes in Enforce script.
Definition EnScript.c:11
Definition InventoryItem.c:731
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.
Перекрестные ссылки Class::CastTo(), ECE_PLACE_ON_SURFACE и GetGame().
◆ SetDiggignAnimation()
DEPRECATED - See ItemBase.OverrideActionAnimation() to override commands for items.
Объявления и описания членов класса находятся в файле:
- D:/Ishodniki/scripts/4_World/Classes/UserActionsComponent/Actions/Continuous/ActionDigWorms.c