diff options
| author | Karroffel | 2017-11-03 16:05:21 +0100 |
|---|---|---|
| committer | Karroffel | 2017-11-03 16:05:21 +0100 |
| commit | 8b11e17f7084511f8c528b79e486bc2d3a02c224 (patch) | |
| tree | 713543bc0621847bd6dfeca524221f15592f4c89 /modules/gdnative/gdnative_api.json | |
| parent | 8e145fa1a80bcd860dd8e16d7db684f9905865e8 (diff) | |
| download | godot-8b11e17f7084511f8c528b79e486bc2d3a02c224.tar.gz godot-8b11e17f7084511f8c528b79e486bc2d3a02c224.tar.zst godot-8b11e17f7084511f8c528b79e486bc2d3a02c224.zip | |
[GDNative] small API bug fixes
Diffstat (limited to 'modules/gdnative/gdnative_api.json')
| -rw-r--r-- | modules/gdnative/gdnative_api.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index 31b021b75..e19995b5f 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -847,7 +847,7 @@ "name": "godot_basis_get_elements", "return_type": "void", "arguments": [ - ["godot_basis *", "p_self"], + ["const godot_basis *", "p_self"], ["godot_vector3 *", "p_elements"] ] }, @@ -3927,6 +3927,14 @@ ] }, { + "name": "godot_string_operator_index_const", + "return_type": "wchar_t", + "arguments": [ + ["const godot_string *", "p_self"], + ["const godot_int", "p_idx"] + ] + }, + { "name": "godot_string_c_str", "return_type": "const char *", "arguments": [ |
