DayZ 1.24
|
Go to the source code of this file.
Enumerations | |
enum | EMapNavigationType { BASIC = 0 , COMPASS = 1 , GPS = 2 , ALL = 4 } |
|
protected |
Definition at line 46 of file MapNavigationBehaviour.c.
References m_NavigationType.
|
protected |
Definition at line 104 of file MapNavigationBehaviour.c.
References m_Player, m_RandomPositionDeviationX, m_RandomPositionDeviationZ, and Vector().
|
protected |
Definition at line 112 of file MapNavigationBehaviour.c.
References m_Player.
Definition at line 166 of file MapNavigationBehaviour.c.
References GetGame().
Referenced by OrderedPositionNumbersFromGridCoords().
|
protected |
Definition at line 27 of file MapNavigationBehaviour.c.
References m_CompassInPossessionArr, m_GPSInPossessionArr, m_NavigationType, and m_Player.
Referenced by GPSReceiver::GPSReceiver(), ManBase::Init(), UIScriptedMenu::Update(), GPSReceiver::UpdateDisplayElevation(), and GPSReceiver::UpdateDisplayPosition().
Definition at line 51 of file MapNavigationBehaviour.c.
References INDEX_NOT_FOUND, m_CompassInPossessionArr, m_GPSInPossessionArr, and SetNavigationType().
Definition at line 72 of file MapNavigationBehaviour.c.
References m_CompassInPossessionArr, m_GPSInPossessionArr, and UnsetNavigationType().
Definition at line 153 of file MapNavigationBehaviour.c.
References DISPLAY_ALT_MAX_CHARS_COUNT, and Math::Round().
Definition at line 117 of file MapNavigationBehaviour.c.
References Math::AbsInt(), DISPLAY_GRID_POS_MAX_CHARS_COUNT, GetGame(), GRID_SIZE_CFG_PATH, and IsOutOfMap().
|
protected |
Definition at line 95 of file MapNavigationBehaviour.c.
References GetWorldTime(), RANDOM_DEVIATION_MAX, RANDOM_DEVIATION_MIN, Math::RandomIntInclusive(), and Math::Randomize().
Referenced by RandomizePosition().
|
protected |
Definition at line 89 of file MapNavigationBehaviour.c.
References m_RandomPositionDeviationX, m_RandomPositionDeviationZ, and RandomizedDeviation().
Referenced by CrashBase::SpawnRandomDeers().
|
protected |
Definition at line 36 of file MapNavigationBehaviour.c.
References m_NavigationType.
Referenced by OnItemInPlayerPossession().
|
protected |
Definition at line 41 of file MapNavigationBehaviour.c.
References m_NavigationType.
Referenced by OnItemNotInPlayerPossession().
Definition at line 15 of file MapNavigationBehaviour.c.
Referenced by OrderedAltitudeNumbersPosition().
Definition at line 14 of file MapNavigationBehaviour.c.
Referenced by OrderedPositionNumbersFromGridCoords().
Definition at line 17 of file MapNavigationBehaviour.c.
Referenced by OrderedPositionNumbersFromGridCoords().
Definition at line 25 of file MapNavigationBehaviour.c.
Referenced by MapNavigationBehaviour(), OnItemInPlayerPossession(), and OnItemNotInPlayerPossession().
Definition at line 24 of file MapNavigationBehaviour.c.
Referenced by MapNavigationBehaviour(), OnItemInPlayerPossession(), and OnItemNotInPlayerPossession().
|
protected |
Definition at line 21 of file MapNavigationBehaviour.c.
Referenced by GetNavigationType(), MapNavigationBehaviour(), SetNavigationType(), and UnsetNavigationType().
|
protected |
Definition at line 22 of file MapNavigationBehaviour.c.
|
protected |
Definition at line 19 of file MapNavigationBehaviour.c.
Referenced by GetPositionRandomized(), and RandomizePosition().
|
protected |
Definition at line 20 of file MapNavigationBehaviour.c.
Referenced by GetPositionRandomized(), and RandomizePosition().
Definition at line 12 of file MapNavigationBehaviour.c.
Referenced by RandomizedDeviation().
enum EMapNavigationType RANDOM_DEVIATION_MIN = 4 |
Referenced by RandomizedDeviation().