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

◆ GetSurfaceType()

string IEntity::GetSurfaceType ( )
inlineprivate

Returns type of surface under object.

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

399 {
400 string surface_type;
401 int liquid_type;
402
403 GetGame().SurfaceUnderObject(this, surface_type,liquid_type);
404// Print(surface_type);
405// Print(liquid_type);
406
407 return surface_type;
408 }
proto void SurfaceUnderObject(notnull Object object, out string type, out int liquidType)
proto native CGame GetGame()

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