Returns type of surface under object.
См. определение в файле Object.c строка 398
399 {
400 string surface_type;
401 int liquid_type;
402
403 g_Game.SurfaceUnderObject(
this, surface_type,liquid_type);
404
405
406
407 return surface_type;
408 }
Перекрестные ссылки g_Game.