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

◆ GetLightPosition()

vector GetLightPosition ( )

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

425 {
426 vector pos;
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 }
Определения EnConvert.c:106
enum ShapeType ErrorEx

Перекрестные ссылки ErrorEx.

Используется в HandleVisualPlayback().