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

◆ OnQuery()

bool OnQuery ( Object other)

Initial query around the owner position to see if an object should be processed in contact testing.

Возвращает
True if the object should be counted

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

50 {
51 return true;
52 }