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

◆ OnCollide()

bool OnCollide ( Object other)

Ray cast line test from owner to a tested position.

Возвращает
True if the line test should be broken and make the transformation invalid

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

59 {
60 return true;
61 }