|
DayZ 1.24
|
Go to the source code of this file.
Classes | |
| class | ActionCarHornBase |
| class | CarHornActionData |
| class | ActionCarHornLong |
Functions | |
| CarHornActionData ActionData | ActionCarHornShort () |
| override bool | HasTarget () |
| override bool | HasProgress () |
| override bool | CanBeUsedInVehicle () |
| override bool | UseMainItem () |
| override void | CreateConditionComponents () |
| override | GetInputType () |
| override ActionData | CreateActionData () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override void | OnUpdate (ActionData action_data) |
| special case - manually ends the action on exec event | |
| override void | OnEndInput (ActionData action_data) |
| override void | OnStart (ActionData action_data) |
| sets the m_ActionNeeded flag on both sides | |
| override void | OnStartServer (ActionData action_data) |
| override void | OnEndServer (ActionData action_data) |
| override void | WriteToContext (ParamsWriteContext ctx, ActionData action_data) |
| override bool | ReadFromContext (ParamsReadContext ctx, out ActionReciveData action_recive_data) |
| override void | HandleReciveData (ActionReciveData action_recive_data, ActionData action_data) |
Variables | |
| class ActionCarHornBase | m_ActionNeedEnd |
| CarScript | m_Car |
| CarHornActionData ActionData ActionCarHornShort | ( | ) |
Definition at line 49 of file ActionCarHorn.c.
Referenced by ActionConstructor::RegisterActions(), and SetActions().
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 107 of file ActionCarHorn.c.
References ActionCarHornBase::ActionCondition().
Definition at line 80 of file ActionCarHorn.c.
| override ActionData CreateActionData | ( | ) |
Definition at line 101 of file ActionCarHorn.c.
Definition at line 90 of file ActionCarHorn.c.
References m_ConditionItem, and m_ConditionTarget.
| override GetInputType | ( | ) |
| override void HandleReciveData | ( | ActionReciveData | action_recive_data, |
| ActionData | action_data ) |
Definition at line 191 of file ActionCarHorn.c.
Definition at line 75 of file ActionCarHorn.c.
Definition at line 70 of file ActionCarHorn.c.
| override void OnEndInput | ( | ActionData | action_data | ) |
Definition at line 125 of file ActionCarHorn.c.
References ActionCarHornBase::SetCarHornState().
| override void OnEndServer | ( | ActionData | action_data | ) |
Definition at line 151 of file ActionCarHorn.c.
References ActionCarHornBase::SetCarHornState().
| override void OnStart | ( | ActionData | action_data | ) |
sets the m_ActionNeeded flag on both sides
Definition at line 134 of file ActionCarHorn.c.
| override void OnStartServer | ( | ActionData | action_data | ) |
Definition at line 143 of file ActionCarHorn.c.
References ActionCarHornBase::SetCarHornState().
| override void OnUpdate | ( | ActionData | action_data | ) |
special case - manually ends the action on exec event
Definition at line 113 of file ActionCarHorn.c.
| override bool ReadFromContext | ( | ParamsReadContext | ctx, |
| out ActionReciveData | action_recive_data ) |
Definition at line 169 of file ActionCarHorn.c.
Definition at line 85 of file ActionCarHorn.c.
| override void WriteToContext | ( | ParamsWriteContext | ctx, |
| ActionData | action_data ) |
Definition at line 159 of file ActionCarHorn.c.
| bool m_ActionNeedEnd |
Definition at line 64 of file ActionCarHorn.c.
| CarScript m_Car |
Definition at line 49 of file ActionCarHorn.c.