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

◆ GetFlipContext()

VehicleFlippedContext EntityAI::GetFlipContext ( )
inlineprotected

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

270 {
271 if (!m_FlippedContext)
272 {
273 m_FlippedContext = new VehicleFlippedContext();
274 }
275
276#ifdef DIAG_DEVELOPER
277 m_FlippedContext.Reset(DiagMenu.GetBool(DiagMenuIDs.VEHICLE_DRAW_FLIP_CONTEXT));
278#endif
279
280 return m_FlippedContext;
281 }
DiagMenuIDs
Определения EDiagMenuIDs.c:2
static ref VehicleFlippedContext m_FlippedContext
Shared context across all vehicles for flipping.
Определения Transport.c:54

Перекрестные ссылки DiagMenu::GetBool() и m_FlippedContext.

Используется в IsActionFlipped() и IsFlipped().