You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Add uri_file_decode to handle + in file names.
This commit is contained in:
@@ -1790,6 +1790,7 @@ static void _register_variant_builtin_methods_string() {
|
||||
bind_string_method(xml_unescape, sarray(), varray());
|
||||
bind_string_method(uri_encode, sarray(), varray());
|
||||
bind_string_method(uri_decode, sarray(), varray());
|
||||
bind_string_method(uri_file_decode, sarray(), varray());
|
||||
bind_string_method(c_escape, sarray(), varray());
|
||||
bind_string_method(c_unescape, sarray(), varray());
|
||||
bind_string_method(json_escape, sarray(), varray());
|
||||
|
||||
Reference in New Issue
Block a user