9 m_Text =
"#check_pulse_target";
33 string blood_msg =
"strong";
34 string pulse_msg =
"";
38 pulse_msg =
"_irregular";
46 blood_msg =
"moderate";
57 string message =
"#"+
"pulse_" + blood_msg + pulse_msg;
65 if( ntarget && ntarget.IsAlive())
79 bool pulse_type = target_player.GetPulseType();
94 action_data.m_Player.m_CheckPulseLastTarget = ntarget;
class ActionTargets ActionTarget
ref CCIBase m_ConditionItem
ref CCTBase m_ConditionTarget
override bool ActionCondition(PlayerBase player, ActionTarget target, ItemBase item)
static string GetPulseMessage(EPulseType pulse_type, int blood_level)
override void CreateConditionComponents()
override void OnExecuteClient(ActionData action_data)
override void OnExecuteServer(ActionData action_data)
const int TARGET_IRREGULAR_PULSE_BIT
void ActionInteractBase()
proto native void RPCSingleParam(Object target, int rpc_type, Param param, bool guaranteed, PlayerIdentity recipient=null)
see CGame.RPC
static ref Param1< int > PARAM1_INT
DayZPlayerConstants
defined in C++
proto native CGame GetGame()