Closed Gercov closed 2 years ago
Is there any list of called scenes? I would like to make a back button that returns to the scene called before
No. The backend only stores the current scene name, position (scene step) and context. For nested scenes, it also stores the call stack (name, step and context for every upstream/containing scene).
Is there any list of called scenes? I would like to make a back button that returns to the scene called before