Dayz Explorer
1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
class | ActionRaiseMegaphoneCB |
Functions | |
ActionRaiseMegaphoneCB ActionContinuousBaseCB | ActionRaiseMegaphone () |
override void | CreateActionComponent () |
override void | CreateConditionComponents () |
override bool | HasProneException () |
override bool | HasProgress () |
override bool | HasTarget () |
override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
override void | OnStartServer (ActionData action_data) |
override void | OnEndServer (ActionData action_data) |
override void | OnStartClient (ActionData action_data) |
override void | OnEndClient (ActionData action_data) |
Variables | |
const private float | REPEAT_AFTER_SEC = -1.0 |
override bool ActionCondition | ( | PlayerBase | player, |
ActionTarget | target, | ||
ItemBase | item | ||
) |
Definition at line 42 of file actionraisemegaphone.c.
ActionRaiseMegaphoneCB ActionContinuousBaseCB ActionRaiseMegaphone | ( | ) |
Definition at line 13 of file actionraisemegaphone.c.
override void ActionRaiseMegaphone::CreateActionComponent | ( | ) |
Definition at line 4 of file actionraisemegaphone.c.
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 75 of file actionraisemegaphone.c.
override void OnEndServer | ( | ActionData | action_data | ) |
Definition at line 63 of file actionraisemegaphone.c.
override void OnStartClient | ( | ActionData | action_data | ) |
Definition at line 69 of file actionraisemegaphone.c.
override void OnStartServer | ( | ActionData | action_data | ) |
Definition at line 57 of file actionraisemegaphone.c.
const private float REPEAT_AFTER_SEC = -1.0 |
Definition at line 2 of file actionraisemegaphone.c.