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

◆ GetLightPosition()

vector GetLightPosition ( )

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

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

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

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