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

◆ SetMapCameraPos()

void ScriptConsoleGeneralTab::SetMapCameraPos ( vector pos)
inlineprotected

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

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

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

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