![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| bool | CheckIfDoorIsLocked () |
| bool | CreatesNoise () |
| override bool | IsLockTargetOnUse () |
| override void | OnEndServer (ActionData action_data) |
| override void | OnStartServer (ActionData action_data) |
Private Member Functions | |
| void | ActionOpenDoors () |
| override void | CreateConditionComponents () |
Private Attributes | |
| ref NoiseParams | m_NoisePar |
Definition at line 1 of file actionopendoors.c.
|
inlineprivate |
Definition at line 5 of file actionopendoors.c.
References AnimatedActionBase::m_CommandUID, ActionBase::m_StanceMask, and ActionBase::m_Text.
Referenced by CheckIfDoorIsLocked().
|
inlineprotected |
Definition at line 28 of file actionopendoors.c.
References ActionTarget, Building::CanDoorBeOpened(), Class::CastTo(), CheckIfDoorIsLocked(), UAMaxDistances::DEFAULT, Building::GetDoorIndex(), ActionBase::IsBuilding(), and ActionBase::IsInReach().
|
inlineprotected |
Definition at line 18 of file actionopendoors.c.
Referenced by ActionCondition(), and OnStartServer().
|
inlineprivate |
Definition at line 12 of file actionopendoors.c.
References ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.
|
inlineprotected |
Definition at line 23 of file actionopendoors.c.
Referenced by OnEndServer().
|
inlineprotected |
Definition at line 85 of file actionopendoors.c.
|
inlineprotected |
Definition at line 71 of file actionopendoors.c.
References ActionData, NoiseSystem::AddNoisePos(), CreatesNoise(), g_Game, NoiseAIEvaluate::GetNoiseReduction(), m_NoisePar, and NoiseParams().
|
inlineprotected |
Definition at line 53 of file actionopendoors.c.
References ActionData, Building::CanDoorBeOpened(), Class::CastTo(), CheckIfDoorIsLocked(), Building::GetDoorIndex(), and Building::OpenDoor().
|
private |
Definition at line 3 of file actionopendoors.c.
Referenced by OnEndServer().