DayZ 1.24
|
Protected Member Functions | |
void | RainProcurementHandler (MissionBaseWorld mission) |
void | QueueStart (RainProcurementComponentBase component) |
void | QueueStop (RainProcurementComponentBase component) |
void | Update (float timeslice) |
bool | ProcessBatch () |
returns 'true' when all the batches are finished | |
void | Cleanup () |
void | Reset () |
void | HandleChangedComponents () |
void | CheckUpdating () |
float | GetLiquidAmountCoef () |
float | DetermineAmountCoef () |
scalable on handler level | |
Definition at line 1 of file RainProcurementHandler.c.
|
inlineprotected |
Definition at line 16 of file RainProcurementHandler.c.
References m_ActiveComponents, m_ChangedQueue, m_CleanupQueue, m_Mission, m_NextToProcessIdx, m_ProcessComponents, m_ProcessingFinished, m_Update, m_UpdateTimer, and mission.
|
inlineprotected |
Definition at line 142 of file RainProcurementHandler.c.
References m_ActiveComponents, and m_Update.
Referenced by Update().
|
inlineprotected |
Definition at line 100 of file RainProcurementHandler.c.
References m_ActiveComponents, and m_CleanupQueue.
Referenced by Update().
|
inlineprotected |
|
inlineprotected |
Definition at line 147 of file RainProcurementHandler.c.
References m_LiquidAmountCoef.
|
inlineprotected |
Definition at line 118 of file RainProcurementHandler.c.
References component, m_ActiveComponents, and m_ChangedQueue.
Referenced by Update().
|
inlineprotected |
returns 'true' when all the batches are finished
Definition at line 79 of file RainProcurementHandler.c.
References Math::Clamp(), m_ActiveComponents, m_CleanupQueue, m_LiquidAmountCoef, m_NextToProcessIdx, m_UpdateTimer, and UPDATE_BATCH_SIZE.
Referenced by Update().
|
inlineprotected |
Definition at line 29 of file RainProcurementHandler.c.
References component, m_ChangedQueue, and m_Update.
Referenced by RainProcurementComponentBase::StartRainProcurement().
|
inlineprotected |
Definition at line 35 of file RainProcurementHandler.c.
References component, m_ChangedQueue, and m_Update.
Referenced by RainProcurementComponentBase::StopRainProcurement().
|
inlineprotected |
Definition at line 111 of file RainProcurementHandler.c.
References m_ProcessComponents, m_ProcessingFinished, and m_UpdateTimer.
Referenced by Update().
Definition at line 41 of file RainProcurementHandler.c.
References CheckUpdating(), Cleanup(), DetermineAmountCoef(), HandleChangedComponents(), m_LiquidAmountCoef, m_ProcessComponents, m_ProcessingFinished, m_Update, m_UpdateTimer, ProcessBatch(), Reset(), and UPDATE_TIME.
|
protected |
Definition at line 4 of file RainProcurementHandler.c.
Referenced by CheckUpdating(), Cleanup(), HandleChangedComponents(), ProcessBatch(), and RainProcurementHandler().
|
protected |
Definition at line 5 of file RainProcurementHandler.c.
Referenced by HandleChangedComponents(), QueueStart(), QueueStop(), and RainProcurementHandler().
Definition at line 6 of file RainProcurementHandler.c.
Referenced by Cleanup(), ProcessBatch(), and RainProcurementHandler().
|
protected |
Definition at line 14 of file RainProcurementHandler.c.
Referenced by GetLiquidAmountCoef(), ProcessBatch(), and Update().
|
protected |
Definition at line 3 of file RainProcurementHandler.c.
Referenced by RainProcurementHandler().
|
protected |
Definition at line 12 of file RainProcurementHandler.c.
Referenced by ProcessBatch(), and RainProcurementHandler().
|
protected |
Definition at line 10 of file RainProcurementHandler.c.
Referenced by RainProcurementHandler(), Reset(), and Update().
|
protected |
Definition at line 11 of file RainProcurementHandler.c.
Referenced by RainProcurementHandler(), Reset(), and Update().
|
protected |
Definition at line 9 of file RainProcurementHandler.c.
Referenced by CheckUpdating(), QueueStart(), QueueStop(), RainProcurementHandler(), and Update().
|
protected |
Definition at line 13 of file RainProcurementHandler.c.
Referenced by ProcessBatch(), RainProcurementHandler(), Reset(), and Update().
Definition at line 7 of file RainProcurementHandler.c.
Referenced by ProcessBatch().
Definition at line 8 of file RainProcurementHandler.c.
Referenced by Update().