doc: Sync classref with current source
Fix various missing arguments in bindings.
This commit is contained in:
parent
fd16dd48cb
commit
391e46830f
119 changed files with 4265 additions and 163 deletions
|
|
@ -9,9 +9,11 @@ def get_doc_classes():
|
|||
"ARVRInterfaceGDNative",
|
||||
"GDNative",
|
||||
"GDNativeLibrary",
|
||||
"MultiplayerPeerGDNative",
|
||||
"NativeScript",
|
||||
"PacketPeerGDNative",
|
||||
"PluginScript",
|
||||
"StreamPeerGDNative",
|
||||
]
|
||||
|
||||
def get_doc_path():
|
||||
|
|
|
|||
15
modules/gdnative/doc_classes/MultiplayerPeerGDNative.xml
Normal file
15
modules/gdnative/doc_classes/MultiplayerPeerGDNative.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="MultiplayerPeerGDNative" inherits="NetworkedMultiplayerPeer" category="Core" version="3.1">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<demos>
|
||||
</demos>
|
||||
<methods>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
||||
15
modules/gdnative/doc_classes/PacketPeerGDNative.xml
Normal file
15
modules/gdnative/doc_classes/PacketPeerGDNative.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="PacketPeerGDNative" inherits="PacketPeer" category="Core" version="3.1">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<demos>
|
||||
</demos>
|
||||
<methods>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
||||
15
modules/gdnative/doc_classes/StreamPeerGDNative.xml
Normal file
15
modules/gdnative/doc_classes/StreamPeerGDNative.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="StreamPeerGDNative" inherits="StreamPeer" category="Core" version="3.1">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
<demos>
|
||||
</demos>
|
||||
<methods>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
||||
Loading…
Add table
Add a link
Reference in a new issue