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

◆ EOnContact()

void DayZCreatureAI::EOnContact ( IEntity other,
Contact extra )
inlineprotected

Phx contact event

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

943 {
944 if( !IsAlive() )
945 return;
946
947 Transport transport = Transport.Cast(other);
948 if( transport )
949 {
950 if ( g_Game.IsServer() )
951 {
952 RegisterTransportHit(transport);
953 }
954 }
955 }
DayZGame g_Game
Определения DayZGame.c:3942

Перекрестные ссылки g_Game.