DayZ
1.29
DayZ Explorer by KGB
Загрузка...
Поиск...
Не найдено
◆
GetLastMapInfo()
bool
ManBase::GetLastMapInfo
(
out
float
scale
,
out
vector
pos
)
inline
protected
См. определение в файле
PlayerBase.c
строка
9334
9335
{
9336
scale =
m_LastMapScale
;
9337
pos =
m_LastMapPos
;
9338
9339
return
m_LastMapScale
!= -1.0;
9340
}
ManBase::m_LastMapPos
vector m_LastMapPos
Определения
PlayerBase.c:290
ManBase::m_LastMapScale
float m_LastMapScale
Определения
PlayerBase.c:289
Перекрестные ссылки
m_LastMapPos
и
m_LastMapScale
.
ManBase
Создано системой
1.13.2