![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | ActionRaiseMegaphoneCB |
Functions | |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| ActionRaiseMegaphoneCB ActionContinuousBaseCB | ActionRaiseMegaphone () |
| override void | CreateActionComponent () |
| override void | CreateConditionComponents () |
| override bool | HasProgress () |
| override bool | HasProneException () |
| override bool | HasTarget () |
| override void | OnEndClient (ActionData action_data) |
| override void | OnEndServer (ActionData action_data) |
| override void | OnStartClient (ActionData action_data) |
| override void | OnStartServer (ActionData action_data) |
Variables | |
| const float | REPEAT_AFTER_SEC = -1.0 |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 42 of file actionraisemegaphone.c.
References ActionTarget.
| ActionRaiseMegaphoneCB ActionContinuousBaseCB ActionRaiseMegaphone | ( | ) |
Definition at line 1 of file actionraisemegaphone.c.
Referenced by ActionConstructor::RegisterActions(), and ItemMegaphone::SetActions().
|
private |
Definition at line 16 of file actionraisemegaphone.c.
References m_CommandUID, and m_CommandUIDProne.
| override void CreateConditionComponents | ( | ) |
Definition at line 21 of file actionraisemegaphone.c.
| override bool HasProgress | ( | ) |
Definition at line 32 of file actionraisemegaphone.c.
| override bool HasProneException | ( | ) |
Definition at line 27 of file actionraisemegaphone.c.
| override bool HasTarget | ( | ) |
Definition at line 37 of file actionraisemegaphone.c.
| override void OnEndClient | ( | ActionData | action_data | ) |
Definition at line 79 of file actionraisemegaphone.c.
References ActionData.
| override void OnEndServer | ( | ActionData | action_data | ) |
Definition at line 65 of file actionraisemegaphone.c.
References ActionData.
| override void OnStartClient | ( | ActionData | action_data | ) |
Definition at line 73 of file actionraisemegaphone.c.
References ActionData.
| override void OnStartServer | ( | ActionData | action_data | ) |
Definition at line 57 of file actionraisemegaphone.c.
References ActionData.
|
private |
Definition at line 14 of file actionraisemegaphone.c.