DEPRECATED.
Подробнее...
◆ ActionBurnSewSelf()
◆ ActionCondition()
31 {
32 if (
item.GetTemperature() > 80 )
33 {
34 return true;
35 }
36 else
37 {
38 return false;
39 }
40 }
◆ CreateConditionComponents()
◆ HasTarget()
26 {
27 return false;
28 }
◆ OnFinishProgressServer()
43 {
46
47 if (
action_data.m_Player.GetBleedingManagerServer() )
48 {
49 action_data.m_Player.GetBleedingManagerServer().RemoveMostSignificantBleedingSourceEx(
action_data.m_MainItem);
50 }
51
53 }
Объявления и описания членов класса находятся в файле:
- D:/Ishodniki/scripts/4_World/Classes/UserActionsComponent/Actions/Continuous/Medical/ActionBurnSewSelf.c