См. определение в файле PluginDayzPlayerDebug.c строка 805
806 {
809 if (!player)
810 {
811 return;
812 }
813
815 if (!clbk)
816 {
817 clbk = player.GetCommandModifier_Action();
818 if (!clbk)
819 {
820 return;
821 }
822 }
823 clbk.Cancel();
824 }
proto native CGame GetGame()
Перекрестные ссылки GetGame() и GetPlayer().
Используется в CommandHandler().