DayZ 1.27
DayZ Explorer by KGB
 
Загрузка...
Поиск...
Не найдено

◆ MapNavigationBehaviour()

void MapNavigationBehaviour ( PlayerBase pPlayer,
EMapNavigationType pNavigationType = EMapNavigationType.BASIC )
protected

См. определение в файле MapNavigationBehaviour.c строка 27

28 {
29 m_Player = pPlayer;
30 m_NavigationType = pNavigationType;
31
34 }
DayZPlayer m_Player
Определения Hand_Events.c:42
EMapNavigationType m_NavigationType
Определения MapNavigationBehaviour.c:21
ref array< EntityAI > m_GPSInPossessionArr
Определения MapNavigationBehaviour.c:24
ref array< EntityAI > m_CompassInPossessionArr
Определения MapNavigationBehaviour.c:25
Result for an object found in CGame.IsBoxCollidingGeometryProxy.

Перекрестные ссылки m_CompassInPossessionArr, m_GPSInPossessionArr, m_NavigationType и m_Player.

Используется в ManBase::GetMapNavigationBehaviour(), GPSReceiver::GPSReceiver(), ManBase::Init(), UIScriptedMenu::Update(), GPSReceiver::UpdateDisplayElevation() и GPSReceiver::UpdateDisplayPosition().