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

◆ ComponentCollisionBox()

void ComponentCollisionBox::ComponentCollisionBox ( float x,
float y,
float z,
string b0,
string b1 )
inlineprivate

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

486 {
487 m_Offset[0] = x;
488 m_Offset[1] = y;
489 m_Offset[2] = z;
490 m_BoneName0 = b0;
491 m_BoneName1 = b1;
492 }
Icon x
Icon y
string m_BoneName0
Определения DayZPlayerUtils.c:482
string m_BoneName1
Определения DayZPlayerUtils.c:483
vector m_Offset
Определения DayZPlayerUtils.c:481

Перекрестные ссылки m_BoneName0, m_BoneName1, m_Offset, x и y.