Merge pull request #29380 from bojidar-bg/16086-docs-default-value

Add default values to the editor help, docs, and generated RST
This commit is contained in:
Rémi Verschelde
2019-06-29 12:28:30 +02:00
committed by GitHub
21 changed files with 232 additions and 80 deletions

View File

@@ -35,6 +35,7 @@
#include "modules/gdnative/nativescript/nativescript.h"
void WebRTCDataChannelGDNative::_bind_methods() {
ADD_PROPERTY_DEFAULT("write_mode", WRITE_MODE_BINARY);
}
WebRTCDataChannelGDNative::WebRTCDataChannelGDNative() {