DayZ 1.24
|
Protected Member Functions | |
void | CAContinuousEmpty (float quantity_emptied_per_second) |
override void | Setup (ActionData action_data) |
override int | Execute (ActionData action_data) |
override int | Cancel (ActionData action_data) |
override float | GetProgress () |
void | CalcAndSetQuantity (ActionData action_data) |
Protected Attributes | |
float | m_TargetUnits |
float | m_SpentQuantity |
float | m_SpentQuantity_total |
float | m_AdjustedQuantityEmptiedPerSecond |
float | m_QuantityEmptiedPerSecond |
bool | m_WringingClothes |
ref Param1< float > | m_SpentUnits |
float | m_TimeElpased |
float | m_DefaultTimeStep = 0.25 |
Definition at line 1 of file CAContinuousEmpty.c.
Definition at line 13 of file CAContinuousEmpty.c.
References m_QuantityEmptiedPerSecond.
|
inlineprotected |
Definition at line 89 of file CAContinuousEmpty.c.
References GetGame(), m_SpentQuantity, m_SpentQuantity_total, m_SpentUnits, and CABase::SetACData().
|
inlineprotected |
Definition at line 73 of file CAContinuousEmpty.c.
References CalcAndSetQuantity(), UA_CANCEL, and UA_ERROR.
|
inlineprotected |
Definition at line 43 of file CAContinuousEmpty.c.
References CalcAndSetQuantity(), m_AdjustedQuantityEmptiedPerSecond, m_DefaultTimeStep, m_SpentQuantity, m_SpentQuantity_total, m_TargetUnits, m_TimeElpased, m_WringingClothes, CAContinuousBase::OnCompletePogress(), UA_ERROR, UA_FINISHED, and UA_PROCESSING.
Definition at line 82 of file CAContinuousEmpty.c.
References m_SpentQuantity_total, and m_TargetUnits.
|
inlineprotected |
Definition at line 18 of file CAContinuousEmpty.c.
References CABase::m_Action, m_AdjustedQuantityEmptiedPerSecond, m_QuantityEmptiedPerSecond, m_SpentQuantity, m_SpentUnits, m_TargetUnits, and m_WringingClothes.
|
protected |
Definition at line 6 of file CAContinuousEmpty.c.
|
protected |
Definition at line 11 of file CAContinuousEmpty.c.
Referenced by Execute().
|
protected |
Definition at line 7 of file CAContinuousEmpty.c.
Referenced by CAContinuousEmpty(), and Setup().
|
protected |
Definition at line 4 of file CAContinuousEmpty.c.
Referenced by CalcAndSetQuantity(), Execute(), and Setup().
|
protected |
Definition at line 5 of file CAContinuousEmpty.c.
Referenced by CalcAndSetQuantity(), Execute(), and GetProgress().
Definition at line 9 of file CAContinuousEmpty.c.
Referenced by CalcAndSetQuantity(), and Setup().
|
protected |
Definition at line 3 of file CAContinuousEmpty.c.
Referenced by Execute(), GetProgress(), and Setup().
|
protected |
Definition at line 10 of file CAContinuousEmpty.c.
Referenced by Execute().
|
protected |
Definition at line 8 of file CAContinuousEmpty.c.