diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-21 22:44:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-21 22:44:14 +0100 |
| commit | 613d374bc571929d601af1eab17079a639fe576f (patch) | |
| tree | 657d86e92254bb1aa8a9af0cddee5f74fdf50493 /modules/gdnative/gdnative_api.json | |
| parent | 08e6590fd625bc3b592b7398ec2825f3758ab6e8 (diff) | |
| parent | 0cf9597758f3af3afc951d0bf02dee1aeb9a6daf (diff) | |
| download | redot-engine-613d374bc571929d601af1eab17079a639fe576f.tar.gz | |
Merge pull request #12284 from bojidar-bg/allow-subproperty-set
Allow for getting/setting "dotted" properties of objects
Diffstat (limited to 'modules/gdnative/gdnative_api.json')
| -rw-r--r-- | modules/gdnative/gdnative_api.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index 0438a196cf..488ed93206 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -2918,7 +2918,7 @@ ] }, { - "name": "godot_node_path_get_property", + "name": "godot_node_path_get_concatenated_subnames", "return_type": "godot_string", "arguments": [ ["const godot_node_path *", "p_self"] |
