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

◆ OnSpawnedFromConsole()

void ManBase::OnSpawnedFromConsole ( )
inlineprotected

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

4844 {
4845 if (GetInstanceType() == DayZPlayerInstanceType.INSTANCETYPE_SERVER || !GetGame().IsMultiplayer())
4846 {
4849 }
4850
4851#ifdef DIAG_DEVELOPER
4852 if (!m_Bot)
4853 {
4854 m_Bot = new Bot(this);
4855 m_Bot.Start();
4856 }
4857#endif
4858 }
proto native Mission GetMission()
void OnSelectPlayer()
Определения PlayerBase.c:5851
void AddDummyPlayerToScheduler(Man player)
Определения gameplay.c:716
DayZPlayerInstanceType
defined in C++
Определения dayzplayer.c:1068
proto native DayZPlayerInstanceType GetInstanceType()
proto native CGame GetGame()

Перекрестные ссылки Mission::AddDummyPlayerToScheduler(), GetGame(), GetInstanceType(), CGame::GetMission() и OnSelectPlayer().