См. определение в файле ActionEmptyBottleBase.c строка 4
5 {
6 float EmptiedQuantity;
8 if (bottle)
9 EmptiedQuantity = bottle.GetLiquidEmptyRate() * bottle.GetLiquidThroughputCoef();
10 m_ActionData.m_ActionComponent =
new CAContinuousEmpty(EmptiedQuantity);
11 }
Перекрестные ссылки ActionBaseCB::m_ActionData.