![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ActionTuneRadioStationCB |
Functions | |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| ActionTuneRadioStationCB ActionContinuousBaseCB | ActionTuneRadioStation () |
| override void | CreateActionComponent () |
| override void | CreateConditionComponents () |
| override bool | HasProneException () |
| override bool | HasTarget () |
| override void | OnFinishProgressServer (ActionData action_data) |
Variables | |
| const float | REPEAT_AFTER_SEC = 1.0 |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 39 of file actiontuneradiostation.c.
References ActionTarget.
| ActionTuneRadioStationCB ActionContinuousBaseCB ActionTuneRadioStation | ( | ) |
Definition at line 1 of file actiontuneradiostation.c.
Referenced by ActionConstructor::RegisterActions(), and ItemRadio::SetActions().
|
private |
Definition at line 16 of file actiontuneradiostation.c.
References m_CommandUID, and m_CommandUIDProne.
| override void CreateConditionComponents | ( | ) |
Definition at line 23 of file actiontuneradiostation.c.
| override bool HasProneException | ( | ) |
Definition at line 29 of file actiontuneradiostation.c.
| override bool HasTarget | ( | ) |
Definition at line 34 of file actiontuneradiostation.c.
| override void OnFinishProgressServer | ( | ActionData | action_data | ) |
Definition at line 51 of file actiontuneradiostation.c.
References ActionData.
|
private |
Definition at line 14 of file actiontuneradiostation.c.