35 string text_pulse =
"pulse type:"+
m_Player.GetPulseType()+
"|";
37 string debug_text = text_pulse + text_shock;
protected int m_ID
ID of effect, given by SEffectManager when registered (automatically done when playing through it)
bool m_TrackActivatedTime
float m_TickIntervalActive
float m_TickIntervalInactive
proto int GetTime()
returns mission time in milliseconds
static void SendPlayerUnconsciousness(DayZPlayer pPlayer, bool enable)
static const float UNCONSCIOUS_THRESHOLD
static const float CONSCIOUS_THRESHOLD
override bool DeactivateCondition(PlayerBase player)
override void OnReconnect(PlayerBase player)
override void OnActivate(PlayerBase player)
override string GetDebugText()
const int UNCONSIOUSS_COOLDOWN_TIME
override void OnTick(PlayerBase player, float deltaT)
override bool ActivateCondition(PlayerBase player)
override void OnDeactivate(PlayerBase player)
proto native CGame GetGame()