◆ ActionSplintSelf()
◆ ActionCondition()
52 {
54 {
55 return false;
56 }
58
59 }
eBrokenLegs
Definition EBrokenLegs.c:2
bool IsWearingSplint(PlayerBase player)
Definition ActionSplintSelf.c:61
Перекрестные ссылки IsWearingSplint().
◆ CreateConditionComponents()
◆ HasTarget()
28 {
29 return false;
30 }
◆ IsWearingSplint()
62 {
63 if (
player.GetItemOnSlot(
"Splint_Right") )
64 {
65 return true;
66 }
67 return false;
68 }
Используется в ActionCondition().
◆ OnFinishProgressServer()
33 {
36
37
39 {
41
44 {
47 }
48 }
49 }
Definition InventoryItem.c:731
Объявления и описания членов класса находятся в файле:
- D:/Ishodniki/scripts/4_World/Classes/UserActionsComponent/Actions/Continuous/Medical/ActionSplintSelf.c