Compare commits

...

3 Commits

Author SHA1 Message Date
George Marques
fb56ea9719 Update files to Godot 3.2.1-stable 2021-01-12 15:06:19 -03:00
Bastiaan Olij
f2122198d5 Merge pull request #74 from BastiaanOlij/update_3.2_20200602
Bringing the 3.2 branch in line with Godot 3.2
2020-06-11 18:26:53 +10:00
Bastiaan Olij
2b53352f5c Bringing the 3.2 branch in line with Godot 3.2 as at the 2nd of June 2020 2020-06-02 21:24:29 +10:00
2 changed files with 108 additions and 6 deletions

View File

@@ -5,9 +5,22 @@
> `NativeScript` uses GDNative to implement scripts backed by native code.
- [**Branches**](#branches)
- [**Getting Started**](#getting-started)
- [**FAQ**](#faq)
## Branches
We maintain branches on this repo that relate directly to the main builds of Godot.
Make sure you use the correct branch for the version of Godot you are using!
| Branch | Version of Godot |
| --- | --- |
| [master](https://github.com/GodotNativeTools/godot_headers) | Godot master |
| [3.2](https://github.com/GodotNativeTools/godot_headers/tree/3.2) | Godot 3.2.x |
| [3.1](https://github.com/GodotNativeTools/godot_headers/tree/3.1) | Godot 3.1.x |
| [3.0](https://github.com/GodotNativeTools/godot_headers/tree/3.0) | Godot 3.0.x |
## Getting Started
| **Build latest version of Godot** | [**GitHub**](https://github.com/godotengine/godot) | [**Docs**](https://godot.readthedocs.io/en/latest/development/compiling/index.html) |

101
api.json
View File

@@ -6,7 +6,7 @@
"singleton": true,
"singleton_name": "GlobalConstants",
"instanciable": false,
"is_reference": true,
"is_reference": false,
"constants": {
"BUTTON_LEFT": 1,
"BUTTON_MASK_LEFT": 1,
@@ -1494,6 +1494,19 @@
"arguments": [
]
},
{
"name": "get_tracker_id",
"return_type": "int",
"is_editor": false,
"is_noscript": false,
"is_const": true,
"is_reverse": false,
"is_virtual": false,
"has_varargs": false,
"is_from_script": false,
"arguments": [
]
},
{
"name": "get_tracks_orientation",
"return_type": "bool",
@@ -33182,6 +33195,19 @@
"signals": [
],
"methods": [
{
"name": "_texture_changed",
"return_type": "void",
"is_editor": false,
"is_noscript": false,
"is_const": false,
"is_reverse": false,
"is_virtual": true,
"has_varargs": false,
"is_from_script": false,
"arguments": [
]
},
{
"name": "_update_render_thread",
"return_type": "void",
@@ -45729,7 +45755,26 @@
"default_value": ""
},
{
"name": "pass",
"name": "password",
"type": "String",
"has_default_value": false,
"default_value": ""
}
]
},
{
"name": "parse",
"return_type": "enum.Error",
"is_editor": false,
"is_noscript": false,
"is_const": false,
"is_reverse": false,
"is_virtual": false,
"has_varargs": false,
"is_from_script": false,
"arguments": [
{
"name": "data",
"type": "String",
"has_default_value": false,
"default_value": ""
@@ -45798,7 +45843,7 @@
"default_value": ""
},
{
"name": "pass",
"name": "password",
"type": "String",
"has_default_value": false,
"default_value": ""
@@ -56196,7 +56241,7 @@
},
{
"name": "get_plugin_icon",
"return_type": "Object",
"return_type": "Texture",
"is_editor": false,
"is_noscript": false,
"is_const": false,
@@ -75275,7 +75320,7 @@
"properties": [
{
"name": "echo",
"type": "int",
"type": "bool",
"getter": "is_echo",
"setter": "set_echo",
"index": -1
@@ -131012,6 +131057,25 @@
"arguments": [
]
},
{
"name": "get_bind_name",
"return_type": "String",
"is_editor": false,
"is_noscript": false,
"is_const": true,
"is_reverse": false,
"is_virtual": false,
"has_varargs": false,
"is_from_script": false,
"arguments": [
{
"name": "bind_index",
"type": "int",
"has_default_value": false,
"default_value": ""
}
]
},
{
"name": "get_bind_pose",
"return_type": "Transform",
@@ -131075,6 +131139,31 @@
}
]
},
{
"name": "set_bind_name",
"return_type": "void",
"is_editor": false,
"is_noscript": false,
"is_const": false,
"is_reverse": false,
"is_virtual": false,
"has_varargs": false,
"is_from_script": false,
"arguments": [
{
"name": "bind_index",
"type": "int",
"has_default_value": false,
"default_value": ""
},
{
"name": "name",
"type": "String",
"has_default_value": false,
"default_value": ""
}
]
},
{
"name": "set_bind_pose",
"return_type": "void",
@@ -187555,7 +187644,7 @@
},
{
"name": "_Marshalls",
"base_class": "Reference",
"base_class": "Object",
"api_type": "core",
"singleton": true,
"singleton_name": "Marshalls",