См. определение в файле Land_Underground_Entrance.c строка 439
440 {
442 if (MemoryPointExists("SirenLightPos"))
443 {
444 pos = GetMemoryPointPos("SirenLightPos");
445 pos = ModelToWorld(pos);
446 }
447 else
448 {
449 ErrorEx(
"GetLightPosition could not locate memory point 'SirenLightPos'");
450 }
451 return pos;
452 }
Перекрестные ссылки ErrorEx.
Используется в HandleVisualPlayback().