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

◆ SetupTrap()

void SetupTrap ( )
protected

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

380 {
381 if (GetGame().IsServer())
382 {
383 if (GetHierarchyRootPlayer() && GetHierarchyRootPlayer().CanDropEntity(this))
384 SetupTrapPlayer(PlayerBase.Cast(GetHierarchyRootPlayer()));
385 }
386 }
void SetupTrapPlayer(PlayerBase player, bool set_position=true)
Определения TrapBase.c:388
Определения PlayerBaseClient.c:2
proto native CGame GetGame()

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