Stop all sequences?
Posted: Sat Apr 01, 2023 6:45 pm
Hey there again. I was wondering if there's a way to stop all currently running sequences? For example I use the following in code to fade the screen:
But in the meantime if a certain event happens I'd like to stop that sequence. It looks like that method returns a sequencer that I could stop but is there any way to stop all sequencers? Thank you.
Code: Select all
DialogueManager.PlaySequence($"Fade(in, 3)");