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

◆ GetPlayer()

void GetPlayer ( )
protected

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

128 {
129 Class.CastTo(m_Player, g_Game.GetPlayer());
130 }
map m_Player
DayZGame g_Game
Определения DayZGame.c:3942
Super root of all classes in Enforce script.
Определения EnScript.c:11
static proto bool CastTo(out Class to, Class from)
Try to safely down-cast base class to child class.

Перекрестные ссылки Class::CastTo() и g_Game.