См. определение в файле HudDebug.c строка 251
252 {
254
255 if ( module_cfg_profile )
256 {
257 PluginDeveloper modul_dev = PluginDeveloper.Cast(
GetPlugin( PluginDeveloper ) );
258
259 if ( modul_dev.IsEnabledFreeCamera() )
260 {
261 m_Crosshair.Show( module_cfg_profile.GetFreeCameraCrosshairVisible() );
262 }
263 else
264 {
266 }
267 }
268 }
PluginBase GetPlugin(typename plugin_type)
Перекрестные ссылки GetPlugin() и m_Crosshair.
Используется в Init() и ScriptConsoleGeneralTab::OnClick().