DayZ
1.27
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetLastMapInfo()
bool
ManBase::GetLastMapInfo
(
out
float
scale
,
out
vector
pos
)
inline
protected
См. определение в файле
PlayerBase.c
строка
8990
8991
{
8992
scale =
m_LastMapScale
;
8993
pos =
m_LastMapPos
;
8994
8995
return
m_LastMapScale
!= -1.0;
8996
}
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