![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Go to the source code of this file.
Data Structures | |
| class | SequentialActionData |
Functions | |
| SequentialActionData ActionData | ActionMultiStageBase () |
| override bool | CanBePerformedFromInventory () |
| override bool | CanBeUsedOnBack () |
| override bool | CanBeUsedRaised () |
| override ActionData | CreateActionData () |
| override int | GetActionCategory () |
| override | GetInputType () |
| override float | GetProgress (ActionData action_data) |
| override int | GetStanceMask (PlayerBase player) |
| void | MultiStageBaseActionData () |
| void | OnStageEnd (SequentialActionData action_data) |
| void | OnStageStart (SequentialActionData action_data) |
| void | SetStage (int stage, SequentialActionData action_data) |
| override void | Start (ActionData action_data) |
Variables | |
| int | m_Stage |
| SequentialActionData ActionData ActionMultiStageBase | ( | ) |
Definition at line 1 of file actionsequentialbase.c.
References ActionData.
| override bool CanBePerformedFromInventory | ( | ) |
Definition at line 37 of file actionsequentialbase.c.
| override bool CanBeUsedOnBack | ( | ) |
Definition at line 42 of file actionsequentialbase.c.
| override bool CanBeUsedRaised | ( | ) |
Definition at line 47 of file actionsequentialbase.c.
| override ActionData CreateActionData | ( | ) |
Definition at line 16 of file actionsequentialbase.c.
References ActionData.
| override int GetActionCategory | ( | ) |
Definition at line 27 of file actionsequentialbase.c.
References AC_SINGLE_USE.
| override GetInputType | ( | ) |
Definition at line 32 of file actionsequentialbase.c.
| override float GetProgress | ( | ActionData | action_data | ) |
Definition at line 75 of file actionsequentialbase.c.
References ActionData.
| override int GetStanceMask | ( | PlayerBase | player | ) |
Definition at line 22 of file actionsequentialbase.c.
| void MultiStageBaseActionData | ( | ) |
Definition at line 14 of file actionsequentialbase.c.
| void OnStageEnd | ( | SequentialActionData | action_data | ) |
Definition at line 71 of file actionsequentialbase.c.
Referenced by SetStage().
| void OnStageStart | ( | SequentialActionData | action_data | ) |
Definition at line 67 of file actionsequentialbase.c.
Referenced by SetStage(), and Start().
| void SetStage | ( | int | stage, |
| SequentialActionData | action_data ) |
Definition at line 60 of file actionsequentialbase.c.
References SequentialActionData::m_Stage, OnStageEnd(), and OnStageStart().
Referenced by FirearmActionDetachMagazine::OnUpdate().
| override void Start | ( | ActionData | action_data | ) |
Definition at line 52 of file actionsequentialbase.c.
References ActionData, and OnStageStart().
| int m_Stage |
Definition at line 13 of file actionsequentialbase.c.