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

◆ OnEntry()

override void BotTestSpamUserActions::OnEntry ( BotEventBase e)
inlineprivate

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

172 {
173 m_Entity = null;
174
175 if (GetGame().IsServer())
176 {
177 m_Owner.GetInventory().CreateAttachment("PolicePantsOrel"); // no assign to m_Entity
178 botDebugPrint("[bot] + " + m_Owner + " created attachment item=" + m_Entity);
179 }
180
181 super.OnEntry(e);
182 }
void botDebugPrint(string s)
Определения Bot.c:122
PlayerBase m_Owner
Определения BotStates.c:12
proto native CGame GetGame()

Перекрестные ссылки botDebugPrint(), GetGame(), m_Entity и BotStateBase::m_Owner.