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

◆ LateInit()

void ScriptConsoleGeneralTab::LateInit ( )
inlineprotected

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

219 {
220 m_ShowOthers.SetChecked(SHOW_OTHERS);
221
223 {
224 int prevRow = m_ConfigDebugProfile.GetSpawnLocIndex();
225 if (prevRow < m_PositionsListbox.GetNumItems())
226 m_PositionsListbox.SelectRow(prevRow);
227
228 }
229 PluginRemotePlayerDebugClient plugin_remote_client = PluginRemotePlayerDebugClient.Cast(GetPlugin(PluginRemotePlayerDebugClient));
230 if (SHOW_OTHERS && plugin_remote_client && GetGame().GetPlayer())
231 {
232 plugin_remote_client.RequestPlayerInfo(PlayerBase.Cast(GetGame().GetPlayer()), 1);
234 }
235
236 }
PlayerBase GetPlayer()
Определения ModifierBase.c:51
PluginBase GetPlugin(typename plugin_type)
Определения PluginManager.c:316
TextListboxWidget m_PositionsListbox
Определения ScriptConsoleGeneralTab.c:66
static bool SHOW_OTHERS
Определения ScriptConsoleGeneralTab.c:8
bool m_UpdatePlayerPositions
Определения ScriptConsoleGeneralTab.c:22
CheckBoxWidget m_ShowOthers
Определения ScriptConsoleGeneralTab.c:53
PluginConfigDebugProfile m_ConfigDebugProfile
Определения ScriptConsoleTabBase.c:11
proto native CGame GetGame()

Перекрестные ссылки GetGame(), GetPlayer(), GetPlugin(), ScriptConsoleTabBase::m_ConfigDebugProfile, m_PositionsListbox, m_ShowOthers, m_UpdatePlayerPositions и SHOW_OTHERS.

Используется в ScriptConsoleGeneralTab().