DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SetData()
void VehicleContactData::SetData
(
vector
localPos
,
IEntity
other
,
float
impulse
)
inline
private
См. определение в файле
Transport.c
строка
719
720
{
721
m_LocalPos
= localPos;
722
m_Other
= other;
723
m_Impulse
= impulse;
724
}
VehicleContactData::m_Other
IEntity m_Other
Определения
Transport.c:716
VehicleContactData::m_LocalPos
vector m_LocalPos
Определения
Transport.c:715
VehicleContactData::m_Impulse
float m_Impulse
Определения
Transport.c:717
Перекрестные ссылки
m_Impulse
,
m_LocalPos
и
m_Other
.
VehicleContactData
Создано системой
1.13.2