DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ CreateActionComponent()

override void ActionEmptyBottleBaseCB::CreateActionComponent ( )
inlineprivate

См. определение в файле ActionEmptyBottleBase.c строка 4

5 {
6 float EmptiedQuantity;
7 Bottle_Base bottle = Bottle_Base.Cast(m_ActionData.m_MainItem);
8 if (bottle)
9 EmptiedQuantity = bottle.GetLiquidEmptyRate() * bottle.GetLiquidThroughputCoef();
10 m_ActionData.m_ActionComponent = new CAContinuousEmpty(EmptiedQuantity);
11 }
void Bottle_Base()
Определения Bottle_Base.c:42
ActionData m_ActionData
Определения AnimatedActionBase.c:3

Перекрестные ссылки ActionBaseCB::m_ActionData.