![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Private Member Functions | |
| void | ActionEnterLadder () |
| override bool | ActionCondition (PlayerBase player, ActionTarget target, ItemBase item) |
| override bool | CanBeUsedSwimming () |
| override void | CreateConditionComponents () |
| override bool | IsInstant () |
| override bool | IsLockTargetOnUse () |
| override void | Start (ActionData action_data) |
Private Attributes | |
| const string | GEOM_LOD_NAME = LOD.NAME_GEOMETRY |
| const string | MEM_LOD_NAME = LOD.NAME_MEMORY |
Definition at line 2 of file actionenterladder.c.
|
inlineprivate |
Definition at line 7 of file actionenterladder.c.
References ActionBase::m_StanceMask, and ActionBase::m_Text.
|
inlineprivate |
is action_data.m_Target ? not on ladder and not falling ?
Definition at line 19 of file actionenterladder.c.
References Math::AbsFloat(), ActionTarget, Class::CastTo(), HumanCommandLadder::DebugDrawLadder(), HumanCommandLadder::DebugGetLadderIndex(), vector::DistanceSq(), GetName(), LOD::GetSelections(), UAMaxDistances::LADDERS, string::Length(), MEM_LOD_NAME, string::Substring(), and vector::VectorToAngles().
|
inlineprivate |
Definition at line 210 of file actionenterladder.c.
|
inlineprivate |
Definition at line 13 of file actionenterladder.c.
References ActionBase::m_ConditionItem, and ActionBase::m_ConditionTarget.
|
inlineprivate |
Definition at line 204 of file actionenterladder.c.
|
inlineprivate |
Definition at line 199 of file actionenterladder.c.
|
inlineprivate |
Definition at line 113 of file actionenterladder.c.
References ActionData, Class::CastTo(), HumanCommandLadder::DebugGetLadderIndex(), GEOM_LOD_NAME, LOD::GetPropertyCount(), LOD::GetPropertyName(), and LOD::GetPropertyValue().
|
private |
Definition at line 4 of file actionenterladder.c.
Referenced by Start().
|
private |
Definition at line 5 of file actionenterladder.c.
Referenced by ActionCondition().