  | 
  
    Dayz Explorer
    1.24.157551 (v105080)
    
   Dayz Code Explorer by Zeroy 
   | 
 
 
 
 
Go to the documentation of this file.
   67             Error(
"out of bounds for notifier id: " + notifier_id);
 
   99         if( !
GetPlayer().IsPlayerSelected() ) 
return;
 
  106         int current_time = 
GetGame().GetTime();
 
  110             if ( notifier.IsActive() && notifier.IsTimeToTick(current_time) )
 
  112                 notifier.OnTick(current_time);
 
  
 
proto native CGame GetGame()
 
const int MIN_TICK_NOTIFIERS
 
void Error(string err)
Messagebox with error message.
 
void VirtualHud(PlayerBase player)
 
NotifierBase FindNotifier(int type)
 
void DeactivateByType(int notifier, bool triggerEvent=true)
 
VirtualHud GetVirtualHud()
 
void NotifiersManager(PlayerBase player)
 
ref array< ref NotifierBase > m_Notifiers
 
void RegisterItself(int notifier_id, NotifierBase modifier)
 
ref NotifierBase m_NotifiersStatic[MAX_COUNT]
 
void ActivateByType(int notifier, bool triggerEvent=true)
 
Result for an object found in CGame.IsBoxCollidingGeometryProxy.
 
void Init()
Launched from 'DayZGame.DeferredInit' to make earlier access, use, and updates impossible (downside o...
 
enum eNotifiers MAX_COUNT
 
ref VirtualHud m_VirtualHud