1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Merge pull request #12284 from bojidar-bg/allow-subproperty-set

Allow for getting/setting "dotted" properties of objects
This commit is contained in:
Rémi Verschelde
2017-11-21 22:44:14 +01:00
committed by GitHub
23 changed files with 418 additions and 244 deletions

View File

@@ -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"]