Add default values to the editor help, docs, and generated RST
Also, make spacing of "=" in the editor help a bit more consistent. Closes #16086
This commit is contained in:
parent
2df8b5606b
commit
0c4c36d823
21 changed files with 232 additions and 80 deletions
|
|
@ -35,6 +35,7 @@
|
|||
#include "modules/gdnative/nativescript/nativescript.h"
|
||||
|
||||
void WebRTCDataChannelGDNative::_bind_methods() {
|
||||
ADD_PROPERTY_DEFAULT("write_mode", WRITE_MODE_BINARY);
|
||||
}
|
||||
|
||||
WebRTCDataChannelGDNative::WebRTCDataChannelGDNative() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue