DayZ 1.24
|
Protected Member Functions | |
override void | Init () |
override bool | ActivateCondition (PlayerBase player) |
override bool | DeactivateCondition (PlayerBase player) |
override void | OnReconnect (PlayerBase player) |
override void | OnTick (PlayerBase player, float deltaT) |
Protected Attributes | |
float | m_EnergyDelta |
float | m_LastEnergyLevel |
ref HumanMovementState | m_MovementState = new HumanMovementState() |
|
inlineprotected |
|
inlineprotected |
Definition at line 7 of file Hunger.c.
References DEFAULT_TICK_TIME_INACTIVE, DisableDeactivateCheck(), m_ID, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
|
inlineprotected |
|
inlineprotected |
Definition at line 31 of file Hunger.c.
References PlayerConstants::CONSUMPTION_MULTIPLIER_BASE, PlayerConstants::LOW_ENERGY_DAMAGE_PER_SEC, PlayerConstants::LOW_ENERGY_THRESHOLD, m_MovementState, PlayerStomach(), and PlayerConstants::SL_ENERGY_MAX.
|
protected |