См. определение в файле Land_Underground_Entrance.c строка 424
425 {
427 if (MemoryPointExists("SirenLightPos"))
428 {
429 pos = GetMemoryPointPos("SirenLightPos");
430 pos = ModelToWorld(pos);
431 }
432 else
433 {
434 ErrorEx(
"GetLightPosition could not locate memory point 'SirenLightPos'");
435 }
436 return pos;
437 }
Перекрестные ссылки ErrorEx.
Используется в HandleVisualPlayback().