![]() |
Dayz Explorer 1.28.160049
|
Go to the source code of this file.
Classes | |
| class | PlaceObjectActionReciveData |
Functions | |
| PlaceObjectActionReciveData ActionReciveData | ActionDeployObject () |
| override bool | ActionUsesHologram () |
| override bool | HasAlternativeInterrupt () |
| override bool | IsDeploymentAction () |
| override bool | CanBeUsedWithBrokenLegs () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override bool | ActionConditionContinue (ActionData action_data) |
| override bool | SetupAction (PlayerBase player, ActionTarget target, ItemBase item, out ActionData action_data, Param extra_data=NULL) |
| override void | OnStartClient (ActionData action_data) |
| override void | OnStartServer (ActionData action_data) |
| override void | OnFinishProgressClient (ActionData action_data) |
| override void | OnFinishProgressServer (ActionData action_data) |
| override void | OnEndClient (ActionData action_data) |
| override void | OnEndServer (ActionData action_data) |
| override void | OnStartAnimationLoop (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) |
| void | SetupAnimation (ItemBase item) |
Variables | |
| vector | m_Position |
| vector | m_Orientation |
| override bool ActionCondition | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item ) |
Definition at line 35 of file actiondeployobject.c.
| override bool ActionConditionContinue | ( | ActionData | action_data | ) |
Definition at line 56 of file actiondeployobject.c.
| PlaceObjectActionReciveData ActionReciveData ActionDeployObject | ( | ) |
Definition at line 1 of file actiondeployobject.c.
| override bool ActionUsesHologram | ( | ) |
Definition at line 15 of file actiondeployobject.c.
| override bool CanBeUsedWithBrokenLegs | ( | ) |
Definition at line 30 of file actiondeployobject.c.
| override void HandleReciveData | ( | ActionReciveData | action_recive_data, |
| ActionData | action_data ) |
Definition at line 300 of file actiondeployobject.c.
| override bool HasAlternativeInterrupt | ( | ) |
Definition at line 20 of file actiondeployobject.c.
| override bool IsDeploymentAction | ( | ) |
Definition at line 25 of file actiondeployobject.c.
| override void OnEndClient | ( | ActionData | action_data | ) |
Definition at line 187 of file actiondeployobject.c.
| override void OnEndServer | ( | ActionData | action_data | ) |
Definition at line 212 of file actiondeployobject.c.
| override void OnFinishProgressClient | ( | ActionData | action_data | ) |
Definition at line 162 of file actiondeployobject.c.
| override void OnFinishProgressServer | ( | ActionData | action_data | ) |
Definition at line 177 of file actiondeployobject.c.
| override void OnStartAnimationLoop | ( | ActionData | action_data | ) |
Definition at line 252 of file actiondeployobject.c.
| override void OnStartClient | ( | ActionData | action_data | ) |
Definition at line 116 of file actiondeployobject.c.
| override void OnStartServer | ( | ActionData | action_data | ) |
Definition at line 126 of file actiondeployobject.c.
| override bool ReadFromContext | ( | ParamsReadContext | ctx, |
| out ActionReciveData | action_recive_data ) |
Definition at line 279 of file actiondeployobject.c.
| override bool SetupAction | ( | PlayerBase | player, |
| ActionTarget | target, | ||
| ItemBase | item, | ||
| out ActionData | action_data, | ||
| Param | extra_data = NULL ) |
Definition at line 78 of file actiondeployobject.c.
| void SetupAnimation | ( | ItemBase | item | ) |
Definition at line 318 of file actiondeployobject.c.
| override void WriteToContext | ( | ParamsWriteContext | ctx, |
| ActionData | action_data ) |
Definition at line 267 of file actiondeployobject.c.
| vector m_Orientation |
Definition at line 11 of file actiondeployobject.c.
| vector m_Position |
Definition at line 10 of file actiondeployobject.c.