Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionfeedcharcoaltablets.c
Go to the documentation of this file.
2 {
3  override void ApplyModifiers( ActionData action_data )
4  {
5  PlayerBase ntarget = PlayerBase.Cast( action_data.m_Target.GetObject() );
6  ntarget.m_ModifiersManager.DeactivateModifier(eModifiers.MDF_POISONING);
7  }
8 };
PlayerBase
Definition: playerbaseclient.c:1
ActionData
Definition: actionbase.c:20
eModifiers
eModifiers
Definition: emodifiers.c:1
ActionForceConsume
ActionForceDrinkCB ActionForceConsume
ActionFeedCharcoalTablets
Definition: actionfeedcharcoaltablets.c:1