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

◆ OnFirstContact()

bool OnFirstContact ( Object other)

Called for first layer contacts to determine if this object should be snapped around or default rv raycast placement is fine.

Возвращает
True if bounding snap is to be used

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

41 {
42 return false;
43 }