См. определение в файле PluginDayzPlayerDebug.c строка 782
783 {
786 if (!player)
787 {
788 return;
789 }
790
792 if (!clbk)
793 {
794 clbk = player.GetCommandModifier_Action();
795 if (!clbk)
796 {
797 return;
798 }
799 }
800
801 clbk.InternalCommand(pCommandId);
802 }
proto native CGame GetGame()
Перекрестные ссылки GetGame() и GetPlayer().
Используется в CommandHandler().