Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionforcebitepurificationtablets.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  //target.m_ModifiersManager.ActivateModifier(eModifiers.MDF_CHEMICALPOISON);
7  }
8 };
ActionForceConsumeSingle
void ActionForceConsumeSingle()
Definition: actionforceconsumesingle.c:13
PlayerBase
Definition: playerbaseclient.c:1
ActionData
Definition: actionbase.c:20
ActionForceBitePurificationTablets
Definition: actionforcebitepurificationtablets.c:1