godot/modules/webrtc
2025-09-28 08:13:13 -07:00
..
doc_classes Replace XML codeblock spaces with tabs 2025-06-06 14:35:38 +02:00
config.py [Net] Expose WebRTC classes to extensions. 2021-09-24 21:23:43 +02:00
library_godot_webrtc.js Add proxy_to_pthread option to platform=web 2023-10-09 11:50:01 -04:00
register_types.cpp Cleanup some GLOBAL_DEFs 2023-09-15 21:32:23 +02:00
register_types.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
SCsub SCons: Add unobtrusive type hints in SCons files 2024-09-25 09:34:35 -05:00
webrtc_data_channel.cpp Add 64-bit versions of core power of 2 functions 2025-06-01 23:11:12 -07:00
webrtc_data_channel.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
webrtc_data_channel_extension.cpp One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
webrtc_data_channel_extension.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
webrtc_data_channel_js.cpp Use append_ instead of parse_ for String methods. 2025-03-27 17:51:02 +01:00
webrtc_data_channel_js.h Style: Replace header guards with #pragma once 2025-03-07 17:33:47 -06:00
webrtc_multiplayer_peer.cpp Use const ref parameters in the Web modules 2025-09-28 08:13:13 -07:00
webrtc_multiplayer_peer.h Use const ref parameters in the Web modules 2025-09-28 08:13:13 -07:00
webrtc_peer_connection.cpp Allow ClassDB to create a Object without postinitialization for GDExtension. 2024-08-20 20:19:02 +08:00
webrtc_peer_connection.h Use const ref parameters in the Web modules 2025-09-28 08:13:13 -07:00
webrtc_peer_connection_extension.cpp Directly expose WebRTCPeerConnection::create_data_channel() to GDExtension 2023-06-14 14:31:41 -05:00
webrtc_peer_connection_extension.h Use const ref parameters in the Web modules 2025-09-28 08:13:13 -07:00
webrtc_peer_connection_js.cpp Use const ref parameters in the Web modules 2025-09-28 08:13:13 -07:00
webrtc_peer_connection_js.h Use const ref parameters in the Web modules 2025-09-28 08:13:13 -07:00