IlyaSemenov / grammy-scenes

Nested named scenes for grammY
MIT License
27 stars 0 forks source link

Scenes call list #8

Closed Gercov closed 2 years ago

Gercov commented 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

IlyaSemenov commented 2 years ago

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).