[Net/GDNative] Remove GDNative network bits.

This commit is contained in:
Fabio Alessandrelli 2021-09-08 01:32:28 +02:00
parent 6cb81543d4
commit ead6d10715
17 changed files with 0 additions and 981 deletions

View file

@ -5104,97 +5104,6 @@
}
]
},
{
"name": "net",
"type": "NET",
"version": {
"major": 4,
"minor": 0
},
"next": null,
"api": [
{
"name": "godot_net_bind_stream_peer",
"return_type": "void",
"arguments": [
[
"godot_object *",
"p_obj"
],
[
"const godot_net_stream_peer *",
"p_interface"
]
]
},
{
"name": "godot_net_bind_packet_peer",
"return_type": "void",
"arguments": [
[
"godot_object *",
"p_obj"
],
[
"const godot_net_packet_peer *",
"p_interface"
]
]
},
{
"name": "godot_net_bind_multiplayer_peer",
"return_type": "void",
"arguments": [
[
"godot_object *",
"p_obj"
],
[
"const godot_net_multiplayer_peer *",
"p_interface"
]
]
},
{
"name": "godot_net_set_webrtc_library",
"return_type": "godot_error",
"arguments": [
[
"const godot_net_webrtc_library *",
"p_library"
]
]
},
{
"name": "godot_net_bind_webrtc_peer_connection",
"return_type": "void",
"arguments": [
[
"godot_object *",
"p_obj"
],
[
"const godot_net_webrtc_peer_connection *",
"p_interface"
]
]
},
{
"name": "godot_net_bind_webrtc_data_channel",
"return_type": "void",
"arguments": [
[
"godot_object *",
"p_obj"
],
[
"const godot_net_webrtc_data_channel *",
"p_interface"
]
]
}
]
},
{
"name": "text",
"type": "TEXT",