См. определение в файле InGameMenuXbox.c строка 495
496 {
497 PlayerBase player = PlayerBase.Cast(
g_Game.GetPlayer());
498 string local_uid;
499 if (
g_Game.GetUserManager())
500 {
501 local_uid =
g_Game.GetUserManager().GetSelectedUser().GetUid();
502 }
503
504 return (uid == local_uid);
505 }
Перекрестные ссылки g_Game.
Используется в Init().