![]() |
Dayz Build 1.29.163047, Scripts Rev. 123548
Dayz Code Explorer by Zeroy
|
Protected Member Functions | |
| void | ArrowManagerBase () |
| void | ArrowManagerBase (EntityAI owner) |
| EntityAI | AcquireFirstArrow (bool keepTransform=false) |
| void | AddArrow (EntityAI arrow) |
| void | AddArrow (EntityAI arrow) |
| void | ClearArrows () |
| void | ClearArrows () |
| void | DropAllArrows () |
| void | DropArrow (int index) |
| void | DropFirstArrow () |
| EntityAI | GetArrow (int index) |
| EntityAI | GetArrow (int index) |
| int | GetArrowsCount () |
| EntityAI | GetFirstArrow () |
| void | RemoveArrow (EntityAI arrow) |
| void | RemoveArrow (EntityAI arrow) |
Protected Attributes | |
| ref array< EntityAI > | m_Arrows |
| EntityAI | m_Owner |
| const int | VERSION = 2 |
Definition at line 1 of file arrowmanagerbase.c.
|
inlineprotected |
Definition at line 7 of file arrowmanagerbase.c.
|
inlineprotected |
Definition at line 6 of file arrowmanagerbase.c.
References m_Arrows.
Definition at line 92 of file arrowmanagerbase.c.
References GetFirstArrow(), and m_Owner.
Referenced by FirearmActionLoadBullet::Start().
|
inlineprotected |
Definition at line 13 of file arrowmanagerbase.c.
References m_Arrows.
Referenced by Bolt_Base::EEParentedTo().
|
inlineprotected |
Definition at line 11 of file arrowmanagerbase.c.
References m_Arrows.
|
inlineprotected |
Definition at line 23 of file arrowmanagerbase.c.
References m_Arrows.
Referenced by ManBase::EEDelete(), and ManBase::ResetPlayer().
|
inlineprotected |
Definition at line 21 of file arrowmanagerbase.c.
References m_Arrows.
|
inlineprotected |
Definition at line 64 of file arrowmanagerbase.c.
References DropArrow(), and m_Arrows.
Referenced by ManBase::OnBleedingSourceRemoved().
|
inlineprotected |
Definition at line 39 of file arrowmanagerbase.c.
References m_Arrows, m_Owner, and Math3D::MatrixIdentity4().
Referenced by DropAllArrows(), and DropFirstArrow().
|
inlineprotected |
Definition at line 59 of file arrowmanagerbase.c.
References DropArrow().
Referenced by ManBase::OnBleedingSourceRemoved().
Definition at line 72 of file arrowmanagerbase.c.
References m_Arrows.
Definition at line 29 of file arrowmanagerbase.c.
References m_Arrows.
|
inlineprotected |
Definition at line 34 of file arrowmanagerbase.c.
References m_Arrows.
|
inlineprotected |
Definition at line 82 of file arrowmanagerbase.c.
References m_Arrows.
Referenced by AcquireFirstArrow(), ActionTakeArrow::ActionCondition(), ActionTakeArrowToHands::ActionCondition(), FirearmActionLoadBullet::ActionCondition(), ActionTakeArrow::GetDisplayInteractObject(), ActionTakeArrowToHands::GetDisplayInteractObject(), FirearmActionLoadBullet::GetDisplayInteractObject(), ActionTakeArrow::InventoryReservation(), and ActionTakeArrowToHands::InventoryReservation().
|
inlineprotected |
Definition at line 18 of file arrowmanagerbase.c.
References m_Arrows.
Referenced by Bolt_Base::EEParentedFrom().
|
inlineprotected |
Definition at line 16 of file arrowmanagerbase.c.
References m_Arrows.
Definition at line 4 of file arrowmanagerbase.c.
Referenced by ArrowManagerBase(), ArrowManagerBase(), AddArrow(), ClearArrows(), DropAllArrows(), DropArrow(), GetArrow(), GetArrowsCount(), GetFirstArrow(), RemoveArrow(), and ArrowManagerPlayer::Save().
|
protected |
Definition at line 5 of file arrowmanagerbase.c.
Referenced by ArrowManagerBase(), AcquireFirstArrow(), DropArrow(), and ArrowManagerPlayer::Load().
|
protected |
Definition at line 3 of file arrowmanagerbase.c.
Referenced by ArrowManagerPlayer::Save().