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

◆ SetMapPos()

void ScriptConsoleGeneralTab::SetMapPos ( vector pos)
inlineprotected

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

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

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

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