Returns type of surface under object.
См. определение в файле Object.c строка 398
399 {
400 string surface_type;
401 int liquid_type;
402
404
405
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().