|
DayZ 1.24
|
Private Member Functions | |
| void | ArrowManagerPlayer (PlayerBase player) |
| bool | Save (ParamsWriteContext ctx) |
| bool | Load (ParamsReadContext ctx) |
Private Member Functions inherited from ArrowManagerBase | |
| void | ArrowManagerBase (EntityAI owner) |
| void | AddArrow (EntityAI arrow) |
| void | RemoveArrow (EntityAI arrow) |
| void | ClearArrows () |
| int | GetArrowsCount () |
| void | DropArrow (int index) |
| void | DropFirstArrow () |
| void | DropAllArrows () |
| EntityAI | GetArrow (int index) |
| EntityAI | GetFirstArrow () |
| EntityAI | AcquireFirstArrow (bool keepTransform=false) |
Static Private Member Functions | |
| static void | InitializeHash () |
| static void | AddArrowTypeToHash (string ArrowType) |
| static | GetArrowTypeFromHash (int hash) |
Static Private Attributes | |
| static ref map< int, typename > | m_TypeHashTable |
Additional Inherited Members | |
Private Attributes inherited from ArrowManagerBase | |
| const int | VERSION = 2 |
| ref array< EntityAI > | m_Arrows |
| EntityAI | m_Owner |
Definition at line 1 of file ArrowManagerPlayer.c.
|
inlineprivate |
Definition at line 5 of file ArrowManagerPlayer.c.
References InitializeHash(), and m_TypeHashTable.
Definition at line 21 of file ArrowManagerPlayer.c.
References m_TypeHashTable.
Referenced by InitializeHash().
Definition at line 26 of file ArrowManagerPlayer.c.
References m_TypeHashTable.
Referenced by Load().
Definition at line 11 of file ArrowManagerPlayer.c.
References AddArrowTypeToHash(), and m_TypeHashTable.
Referenced by ArrowManagerPlayer().
|
inlineprivate |
Definition at line 71 of file ArrowManagerPlayer.c.
References vector::ArrayToVec(), ECE_DYNAMIC_PERSISTENCY, ECE_KEEPHEIGHT, ECE_LOCAL, GetArrowTypeFromHash(), GetGame(), and ArrowManagerBase::m_Owner.
|
inlineprivate |
Definition at line 31 of file ArrowManagerPlayer.c.
References string::Hash(), ArrowManagerBase::m_Arrows, and ArrowManagerBase::VERSION.
Definition at line 3 of file ArrowManagerPlayer.c.
Referenced by AddArrowTypeToHash(), ArrowManagerPlayer(), GetArrowTypeFromHash(), and InitializeHash().