Get state of skip_intro

Post Reply
Pi-C
Smart Inserter
Smart Inserter
Posts: 1646
Joined: Sun Oct 14, 2018 8:13 am
Contact:

Get state of skip_intro

Post by Pi-C »

The vanilla freeplay_interface provides this function:

Code: Select all

  set_skip_intro = function(bool)
    global.skip_intro = bool
  end,
This allows mods to turn off the cutscene. I'd like to have a function get_skip_intro that returns the state of this value. Could you add that, please?
A good mod deserves a good changelog. Here's a tutorial (WIP) about Factorio's way too strict changelog syntax!

User avatar
Klonan
Factorio Staff
Factorio Staff
Posts: 5150
Joined: Sun Jan 11, 2015 2:09 pm
Contact:

Re: Get state of skip_intro

Post by Klonan »

Ok, I added it for the next release

Pi-C
Smart Inserter
Smart Inserter
Posts: 1646
Joined: Sun Oct 14, 2018 8:13 am
Contact:

Re: Get state of skip_intro

Post by Pi-C »

Thank you! :-)
A good mod deserves a good changelog. Here's a tutorial (WIP) about Factorio's way too strict changelog syntax!

Post Reply

Return to “Implemented mod requests”