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

◆ IsPlaceableAtPosition()

bool ItemBase::IsPlaceableAtPosition ( vector position)
inlineprotected

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

206 {
207 string surface_type;
208 g_Game.SurfaceGetType3D( position[0], position[1], position[2], surface_type);
209
210 // check surface
211 return g_Game.IsSurfaceDigable(surface_type);
212 }
DayZGame g_Game
Определения DayZGame.c:3942

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