DayZ 1.24
|
Private Member Functions | |
override void | Init () |
override bool | ActivateCondition (PlayerBase player) |
override void | OnReconnect (PlayerBase player) |
override bool | DeactivateCondition (PlayerBase player) |
override void | OnTick (PlayerBase player, float deltaT) |
Private Attributes | |
float | m_LastWaterLevel |
ref HumanMovementState | m_MovementState = new HumanMovementState() |
|
inlineprivate |
|
inlineprivate |
Definition at line 6 of file Thirst.c.
References DEFAULT_TICK_TIME_INACTIVE, DisableDeactivateCheck(), m_ID, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
|
inlineprivate |
|
inlineprivate |
Definition at line 30 of file Thirst.c.
References PlayerConstants::CONSUMPTION_MULTIPLIER_BASE, PlayerConstants::LOW_WATER_DAMAGE_PER_SEC, PlayerConstants::LOW_WATER_THRESHOLD, m_MovementState, PlayerStomach(), and PlayerConstants::SL_WATER_MAX.
|
private |