Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added get_open_scenes_roots to Editor Interface API #211

Merged
merged 1 commit into from
Dec 28, 2024

Conversation

TheAenema
Copy link

Original get_open_scenes function provided by Godot is quite limited as it only returns a string array containing the names of opened scenes. This feature is necessary for situations where accessing all opened scenes in depth is required and it is also essential for the Jenova Framework Hot-Reloading feature.

This commit includes :

  • Changes to the Editor Interface API (editor_interface.h and editor_interface.cpp)
  • Updates to the Editor Interface documentation (EditorInterface.xml)

@Bioblaze Bioblaze merged commit 7d7f495 into blazium-engine:blazium-dev Dec 28, 2024
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants