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

◆ SetMapPos()

void ScriptConsoleGeneralTab::SetMapPos ( vector pos)
inlineprotected

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

512 {
513 m_MapPos = pos;
514 m_PlayerCurPos.SetText("Position: "+ MiscGameplayFunctions.TruncateToS(pos[0]) +", "+ MiscGameplayFunctions.TruncateToS(pos[1]) +", "+ MiscGameplayFunctions.TruncateToS(pos[2]));
515 }
TextWidget m_PlayerCurPos
Определения ScriptConsoleGeneralTab.c:58

Перекрестные ссылки m_MapPos и m_PlayerCurPos.

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