DayZ
1.28
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetLastMapInfo()
bool
ManBase::GetLastMapInfo
(
out
float
scale
,
out
vector
pos
)
inline
protected
См. определение в файле
PlayerBase.c
строка
9088
9089
{
9090
scale =
m_LastMapScale
;
9091
pos =
m_LastMapPos
;
9092
9093
return
m_LastMapScale
!= -1.0;
9094
}
ManBase::m_LastMapPos
vector m_LastMapPos
Определения
PlayerBase.c:243
ManBase::m_LastMapScale
float m_LastMapScale
Определения
PlayerBase.c:242
Перекрестные ссылки
m_LastMapPos
и
m_LastMapScale
.
ManBase
Создано системой
1.13.2