DayZ 1.29
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 }
map m_Player
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.

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