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

◆ OnEnd()

override void ActionCarDoors::OnEnd ( ActionData action_data)
inlineprotected

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

113 {
114 if (m_Car || m_AnimSource.Length() > 0)
115 {
116 Error("[WARNING] m_Car and m_AnimSource are left for backwards compatibility to not crash mods that are using it, but should no longer be used.");
117 }
118 }
string m_AnimSource
Определения ActionCarDoors.c:7
CarScript m_Car
Определения ActionCarDoors.c:6
void Error(string err)
Messagebox with error message.
Определения EnDebug.c:90

Перекрестные ссылки ActionData, Error(), m_AnimSource и m_Car.