DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
SetupTrap()
void ItemBase::SetupTrap
(
)
inline
protected
См. определение в файле
TrapSpawnBase.c
строка
214
215
{
216
if
(
g_Game
.IsServer() )
217
{
218
if
( GetHierarchyRootPlayer() && GetHierarchyRootPlayer().CanDropEntity(
this
) )
219
{
220
SetupTrapPlayer
( PlayerBase.Cast( GetHierarchyRootPlayer() ) );
221
}
222
}
223
}
g_Game
DayZGame g_Game
Определения
DayZGame.c:3942
ItemBase::SetupTrapPlayer
void SetupTrapPlayer(PlayerBase player, bool set_position=true)
Определения
TrapSpawnBase.c:225
Перекрестные ссылки
g_Game
и
SetupTrapPlayer()
.
ItemBase
Создано системой
1.13.2