| 
    DayZ 1.24
    
   | 
 
Private Member Functions | |
| override void | Init () | 
| override bool | ActivateCondition (PlayerBase player) | 
| override void | OnActivate (PlayerBase player) | 
| override void | OnDeactivate (PlayerBase player) | 
| override bool | DeactivateCondition (PlayerBase player) | 
| override void | OnTick (PlayerBase player, float deltaT) | 
Private Attributes | |
| const float | BLIND_TIME = 7 | 
| float | m_Timer | 
      
  | 
  inlineprivate | 
      
  | 
  inlineprivate | 
Definition at line 32 of file Blinded.c.
References BLIND_TIME, and m_Timer.
Definition at line 6 of file Blinded.c.
References DEFAULT_TICK_TIME_ACTIVE, DEFAULT_TICK_TIME_INACTIVE, DisableActivateCheck(), m_ID, m_TickIntervalActive, m_TickIntervalInactive, and m_TrackActivatedTime.
      
  | 
  inlineprivate | 
      
  | 
  inlineprivate | 
      
  | 
  inlineprivate | 
Definition at line 3 of file Blinded.c.
Referenced by DeactivateCondition().
      
  | 
  private | 
Definition at line 4 of file Blinded.c.
Referenced by DeactivateCondition(), OnActivate(), and OnTick().