DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SetData()
void VehicleContactData::SetData
(
vector
localPos
,
IEntity
other
,
float
impulse
)
inline
private
См. определение в файле
Transport.c
строка
658
659
{
660
m_LocalPos
= localPos;
661
m_Other
= other;
662
m_Impulse
= impulse;
663
}
VehicleContactData::m_Other
IEntity m_Other
Определения
Transport.c:655
VehicleContactData::m_LocalPos
vector m_LocalPos
Определения
Transport.c:654
VehicleContactData::m_Impulse
float m_Impulse
Определения
Transport.c:656
Перекрестные ссылки
m_Impulse
,
m_LocalPos
и
m_Other
.
VehicleContactData
Создано системой
1.13.2