См. определение в файле BoatScript.c строка 802
803 {
804 if (super.OnAction(action_id, player, ctx))
805 return true;
806
808 {
809 return false;
810 }
811
812 switch (action_id)
813 {
815 Delete();
816 return true;
817
820 return true;
821 }
822
823 return false;
824 }
proto native CGame GetGame()
Перекрестные ссылки FlipVehicle() и GetGame().