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

◆ CanBeFilledAtPosition()

bool Inventory_Base::CanBeFilledAtPosition ( vector position)
inlineprotected

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

62 {
63 string surface_type;
64 GetGame().SurfaceGetType( position[0], position[2], surface_type );
65
66 return GetGame().IsSurfaceDigable(surface_type);
67 }
bool IsSurfaceDigable(string surface)
Checks if the surface is digable.
Определения Game.c:1156
proto float SurfaceGetType(float x, float z, out string type)
Returns: Y position the surface was found.
proto native CGame GetGame()

Перекрестные ссылки GetGame(), CGame::IsSurfaceDigable() и CGame::SurfaceGetType().