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

◆ OnWorkStop()

override void GPSReceiver::OnWorkStop ( )
inlineprotected

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

103 {
105
106 if (GetHierarchyRoot())
107 {
108 PlayerBase pb = PlayerBase.Cast(GetHierarchyRoot());
109 if (pb)
110 {
111 pb.MapNavigationItemNotInPossession(this);
112 }
113 }
114 }
const int PHASE_OFF
Определения GPSReceiver.c:7
void UpdateDisplayState(int animPhase)
Определения GPSReceiver.c:121

Перекрестные ссылки PHASE_OFF и UpdateDisplayState().