godot/modules/webrtc
Hugo Locurcio f7f6115f76
Proofread and improve the whole class reference
- Document a few more properties and methods
- Add more information to many classes
- Fix lots of typos and gramar mistakes
- Use [code] tags for parameters consistently
- Use [b] and [i] tags consistently
- Put "Warning:" and "Note:" on their own line to be more visible,
  and make them always bold
- Tweak formatting in code examples to be more readable
- Use double quotes consistently
- Add more links to third-party technologies
2019-06-27 22:30:19 +02:00
..
doc_classes Proofread and improve the whole class reference 2019-06-27 22:30:19 +02:00
config.py Add documentation for WebRTC classes. 2019-06-14 10:35:00 +02:00
register_types.cpp Add WebRTCMultiplayer 2019-06-05 18:08:54 +02:00
register_types.h WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
SCsub SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
webrtc_data_channel.cpp WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_data_channel.h WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_data_channel_gdnative.cpp WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_data_channel_gdnative.h WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_data_channel_js.cpp Fix compilation warnings in JS and Windows builds 2019-06-15 14:40:45 +02:00
webrtc_data_channel_js.h WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_multiplayer.cpp Add WebRTCMultiplayer 2019-06-05 18:08:54 +02:00
webrtc_multiplayer.h Add WebRTCMultiplayer 2019-06-05 18:08:54 +02:00
webrtc_peer_connection.cpp WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_peer_connection.h WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_peer_connection_gdnative.cpp WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_peer_connection_gdnative.h WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_peer_connection_js.cpp WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00
webrtc_peer_connection_js.h WebRTC refactor. Data channels, STUN/TURN support. 2019-05-16 11:21:20 +02:00