|
Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the documentation of this file.
3 private const float REPEAT_AFTER_SEC = 1.0;
5 override void CreateActionComponent()
20 m_Text =
"#tune_radio_station";
41 Radio radio = Radio.Cast( item );
43 if ( radio.CanOperate() )
53 Radio radio = Radio.Cast( action_data.m_MainItem );
54 radio.TuneNextStation();
const private float REPEAT_AFTER_SEC
override bool HasTarget()
override bool ActionCondition(PlayerBase player, ActionTarget target, ItemBase item)
override void OnFinishProgressServer(ActionData action_data)
class ActionTargets ActionTarget
DayZPlayerConstants
defined in C++
ref CCIBase m_ConditionItem
override void CreateConditionComponents()
override bool HasProneException()
ref CCTBase m_ConditionTarget
protected float m_SpecialtyWeight
ActionTuneRadioStationCB ActionContinuousBaseCB ActionTuneRadioStation()