mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-30 21:05:33 +00:00
135c2112ad
When looking up a symbol from a library, previously an error was shown when the symbol did not exist. That caused confusion when the lookup was completely optional. This adds a new parameter to that method so that those errors can be handled manually if needed.