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

◆ EOnInit()

override void Trigger::EOnInit ( IEntity other,
int extra )
inlineprivate

Set the default extents of the Trigger only once it is properly initialized.

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

75 {
76 SetExtents("-2 -4 -2", "2 4 2");
77 }
void SetExtents(vector mins, vector maxs)
Set the size of the Trigger, avoid using SetCollisionBox directly.
Определения Trigger.c:116

Перекрестные ссылки SetExtents().