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

◆ GetFlipContext()

VehicleFlippedContext EntityAI::GetFlipContext ( )
inlineprotected

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

202 {
203 if (!m_FlippedContext)
204 {
205 m_FlippedContext = new VehicleFlippedContext();
206 }
207
208#ifdef DIAG_DEVELOPER
209 m_FlippedContext.Reset(DiagMenu.GetBool(DiagMenuIDs.VEHICLE_DRAW_FLIP_CONTEXT));
210#endif
211
212 return m_FlippedContext;
213 }
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().