![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | ActionCarDoors () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override bool | CanBeUsedInVehicle () |
| override void | CreateConditionComponents () |
| void | FillCommandUIDPerCrewIdx (int crewIdx0, int crewIdx1, int crewIdx2, int crewIdx3) |
| void | FillCommandUIDPerCrewIdx (int evenCrewIdx0, int unevenCrewIdx1) |
| override bool | HasTarget () |
| override void | OnEnd (ActionData action_data) |
| override void | OnEndServer (ActionData action_data) |
| override void | OnStartServer (ActionData action_data) |
Protected Attributes | |
| string | m_AnimSource = "" |
| CarScript | m_Car = null |
| int | m_CommandUIDPerCrewIdx [4] |
| bool | m_IsOpening = true |
Definition at line 1 of file actioncardoors.c.
|
inlineprotected |
Definition at line 10 of file actioncardoors.c.
References AnimatedActionBase::m_CommandUID, ActionBase::m_LockTargetOnUse, and ActionBase::m_StanceMask.
|
inlineprotected |
player inside vehicle
crewIdx sanity checks and see if there is a door
see if door is in reach
Definition at line 23 of file actioncardoors.c.
References ActionTarget, CarScript::CanReachDoorsFromSeat(), Class::CastTo(), CarScript::GetAnimSourceFromSelection(), CarScript::GetCarDoorsState(), CarScript::GetDoorInvSlotNameFromSeatPos(), CarScript::GetDoorSelectionNameFromSeatPos(), AnimatedActionBase::m_CommandUID, m_CommandUIDPerCrewIdx, and m_IsOpening.
|
inlineprotected |
Definition at line 121 of file actioncardoors.c.
|
inlineprotected |
Definition at line 17 of file actioncardoors.c.
References ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.
|
inlineprotected |
Definition at line 131 of file actioncardoors.c.
References m_CommandUIDPerCrewIdx.
Referenced by ActionCloseCarDoors::ActionCloseCarDoors(), ActionOpenCarDoors::ActionOpenCarDoors(), and FillCommandUIDPerCrewIdx().
Definition at line 139 of file actioncardoors.c.
References FillCommandUIDPerCrewIdx().
|
inlineprotected |
Definition at line 126 of file actioncardoors.c.
|
inlineprotected |
Definition at line 113 of file actioncardoors.c.
References ActionData, Error(), m_AnimSource, and m_Car.
|
inlineprotected |
Definition at line 96 of file actioncardoors.c.
References ActionData.
|
inlineprotected |
Definition at line 60 of file actioncardoors.c.
References ActionData, CarScript::GetAnimSourceFromSelection(), CarScript::GetDoorSelectionNameFromSeatPos(), and m_IsOpening.
|
protected |
Definition at line 7 of file actioncardoors.c.
Referenced by OnEnd().
|
protected |
Definition at line 6 of file actioncardoors.c.
Referenced by OnEnd().
|
protected |
Definition at line 3 of file actioncardoors.c.
Referenced by ActionCondition(), and FillCommandUIDPerCrewIdx().
|
protected |
Definition at line 4 of file actioncardoors.c.
Referenced by ActionCloseCarDoors::ActionCloseCarDoors(), ActionOpenCarDoors::ActionOpenCarDoors(), ActionCondition(), and OnStartServer().