Merge pull request #17583 from RandomShaper/enhance-uri-utils

Enhance uri utils
This commit is contained in:
Juan Linietsky 2018-04-07 17:07:29 -03:00 committed by GitHub
commit cd7e9d9642
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 38 additions and 112 deletions

View file

@ -5467,20 +5467,6 @@
["const godot_string *", "p_self"]
]
},
{
"name": "godot_string_http_escape",
"return_type": "godot_string",
"arguments": [
["const godot_string *", "p_self"]
]
},
{
"name": "godot_string_http_unescape",
"return_type": "godot_string",
"arguments": [
["const godot_string *", "p_self"]
]
},
{
"name": "godot_string_json_escape",
"return_type": "godot_string",