0 Cart
Added to Cart
    You have items in your cart
    You have 1 item in your cart
      Total

      Xcom Enemy Unknown Console Commands ✔

      local XComGameReplicationInfo GRI; GRI = XComGameReplicationInfo(class'Engine'.static.GetCurrentWorldInfo().GRI); if(GRI != none && GRI.m_kGame != none) return GRI.m_kGame.m_kStrategy; return none;

      function Console GetConsole()

      if( ConsoleCommand("open XComStrategyMap") ) xcom enemy unknown console commands

      Override XComGame ’s console getter:

      function XGStrategy GetStrategy()

      local XGStrategy strat; strat = XComGameReplicationInfo(class'Engine'.static.GetCurrentWorldInfo().GRI).m_kGame.m_kStrategy; local XComGameReplicationInfo GRI