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

◆ SetMapCameraPos()

void ScriptConsoleGeneralTab::SetMapCameraPos ( vector pos)
inlineprotected

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

518 {
519 m_CameraCurPos.SetText("Camera Position: "+ MiscGameplayFunctions.TruncateToS(pos[0]) +", "+ MiscGameplayFunctions.TruncateToS(pos[1]) +", "+ MiscGameplayFunctions.TruncateToS(pos[2]));
520 }
TextWidget m_CameraCurPos
Определения ScriptConsoleGeneralTab.c:62

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

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