diff options
| author | Karroffel | 2017-10-14 18:05:01 +0200 |
|---|---|---|
| committer | Karroffel | 2017-10-14 18:18:02 +0200 |
| commit | e0019453a227036660e90f67e8df8207fcb48b46 (patch) | |
| tree | 8a57f3080fbe4f028e8203a135b6843283d80888 /modules/gdnative/gdnative_api.json | |
| parent | e568f80e6ee61407dfe7f403f123679ec55b1e53 (diff) | |
| download | godot-e0019453a227036660e90f67e8df8207fcb48b46.tar.gz godot-e0019453a227036660e90f67e8df8207fcb48b46.tar.zst godot-e0019453a227036660e90f67e8df8207fcb48b46.zip | |
update ARVRInterfaceGDNative to use API struct
Diffstat (limited to 'modules/gdnative/gdnative_api.json')
| -rw-r--r-- | modules/gdnative/gdnative_api.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/gdnative/gdnative_api.json b/modules/gdnative/gdnative_api.json index 5ebf26cbf..459ca12ae 100644 --- a/modules/gdnative/gdnative_api.json +++ b/modules/gdnative/gdnative_api.json @@ -5231,6 +5231,14 @@ ] }, { + "name": "godot_arvr_register_interface", + "return_type": "void", + "arguments": [ + ["const char *", "p_name"], + ["const godot_arvr_interface_gdnative *", "p_interface"] + ] + }, + { "name": "godot_arvr_get_worldscale", "return_type": "godot_real", "arguments": [] |
