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

◆ ~ScriptConsoleGeneralTab()

void ScriptConsoleGeneralTab::~ScriptConsoleGeneralTab ( )
inlineprotected

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

134 {
135 DEBUG_MAP_ZOOM = m_DebugMapWidget.GetScale();
136
137 PluginRemotePlayerDebugClient plugin_remote_client = PluginRemotePlayerDebugClient.Cast(GetPlugin(PluginRemotePlayerDebugClient));
138 if (SHOW_OTHERS && plugin_remote_client && GetGame().GetPlayer())
139 plugin_remote_client.RequestPlayerInfo(PlayerBase.Cast(GetGame().GetPlayer()), 0);
140 }
PlayerBase GetPlayer()
Определения ModifierBase.c:51
PluginBase GetPlugin(typename plugin_type)
Определения PluginManager.c:316
MapWidget m_DebugMapWidget
Определения ScriptConsoleGeneralTab.c:56
static float DEBUG_MAP_ZOOM
Определения ScriptConsoleGeneralTab.c:7
static bool SHOW_OTHERS
Определения ScriptConsoleGeneralTab.c:8
proto native CGame GetGame()

Перекрестные ссылки DEBUG_MAP_ZOOM, GetGame(), GetPlayer(), GetPlugin(), m_DebugMapWidget и SHOW_OTHERS.