Dayz Explorer  1.24.157551 (v105080)
Dayz Code Explorer by Zeroy
actionraisemegaphone.c File Reference

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
 

Function Documentation

◆ ActionCondition()

override bool ActionCondition ( PlayerBase  player,
ActionTarget  target,
ItemBase  item 
)

Definition at line 42 of file actionraisemegaphone.c.

◆ ActionRaiseMegaphone()

Definition at line 13 of file actionraisemegaphone.c.

◆ CreateActionComponent()

override void ActionRaiseMegaphone::CreateActionComponent ( )

Definition at line 4 of file actionraisemegaphone.c.

◆ CreateConditionComponents()

override void CreateConditionComponents ( )

Definition at line 21 of file actionraisemegaphone.c.

◆ HasProgress()

override bool HasProgress ( )

Definition at line 32 of file actionraisemegaphone.c.

◆ HasProneException()

override bool HasProneException ( )

Definition at line 27 of file actionraisemegaphone.c.

◆ HasTarget()

override bool HasTarget ( )

Definition at line 37 of file actionraisemegaphone.c.

◆ OnEndClient()

override void OnEndClient ( ActionData  action_data)

Definition at line 75 of file actionraisemegaphone.c.

◆ OnEndServer()

override void OnEndServer ( ActionData  action_data)

Definition at line 63 of file actionraisemegaphone.c.

◆ OnStartClient()

override void OnStartClient ( ActionData  action_data)

Definition at line 69 of file actionraisemegaphone.c.

◆ OnStartServer()

override void OnStartServer ( ActionData  action_data)

Definition at line 57 of file actionraisemegaphone.c.

Variable Documentation

◆ REPEAT_AFTER_SEC

const private float REPEAT_AFTER_SEC = -1.0

Definition at line 2 of file actionraisemegaphone.c.