DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SetData()
void VehicleContactData::SetData
(
vector
localPos
,
IEntity
other
,
float
impulse
)
inline
private
См. определение в файле
Transport.c
строка
564
565
{
566
m_LocalPos
= localPos;
567
m_Other
= other;
568
m_Impulse
= impulse;
569
}
VehicleContactData::m_Other
IEntity m_Other
Определения
Transport.c:561
VehicleContactData::m_LocalPos
vector m_LocalPos
Определения
Transport.c:560
VehicleContactData::m_Impulse
float m_Impulse
Определения
Transport.c:562
Перекрестные ссылки
m_Impulse
,
m_LocalPos
и
m_Other
.
VehicleContactData
Создано системой
1.13.2