From bbbcfacd840c0c90866177c137ee7f139a5ec543 Mon Sep 17 00:00:00 2001 From: Relintai Date: Thu, 6 Jul 2023 21:17:58 +0200 Subject: [PATCH] Re-extracted class docs. --- doc/classes/NavigationAgent2D.xml | 2 +- .../doc_classes/Entity.xml | 108 +++++++++--------- modules/gdnative/doc_classes/GDNative.xml | 6 +- .../gdnative/doc_classes/GDNativeLibrary.xml | 2 +- .../doc_classes/MultiplayerPeerGDNative.xml | 2 +- modules/gdnative/doc_classes/NativeScript.xml | 11 +- .../doc_classes/PacketPeerGDNative.xml | 2 +- modules/gdnative/doc_classes/PluginScript.xml | 2 +- .../doc_classes/StreamPeerGDNative.xml | 2 +- .../doc_classes/VideoStreamGDNative.xml | 2 +- .../doc_classes/WebRTCDataChannelGDNative.xml | 13 --- .../WebRTCPeerConnectionGDNative.xml | 13 --- 12 files changed, 69 insertions(+), 96 deletions(-) delete mode 100644 modules/gdnative/doc_classes/WebRTCDataChannelGDNative.xml delete mode 100644 modules/gdnative/doc_classes/WebRTCPeerConnectionGDNative.xml diff --git a/doc/classes/NavigationAgent2D.xml b/doc/classes/NavigationAgent2D.xml index ac6eee481..08cf471fd 100644 --- a/doc/classes/NavigationAgent2D.xml +++ b/doc/classes/NavigationAgent2D.xml @@ -211,7 +211,7 @@ The minimal amount of time for which this agent's velocities, that are computed with the collision avoidance algorithm, are safe with respect to other agents. The larger the number, the sooner the agent will respond to other agents, but less freedom in choosing its velocities. A too high value will slow down agents movement considerably. Must be positive. - + The minimal amount of time for which this agent's velocities, that are computed with the collision avoidance algorithm, are safe with respect to static avoidance obstacles. The larger the number, the sooner the agent will respond to static avoidance obstacles, but less freedom in choosing its velocities. A too high value will slow down agents movement considerably. Must be positive. diff --git a/modules/entity_spell_system/doc_classes/Entity.xml b/modules/entity_spell_system/doc_classes/Entity.xml index 2ba4b7d5b..90c967461 100644 --- a/modules/entity_spell_system/doc_classes/Entity.xml +++ b/modules/entity_spell_system/doc_classes/Entity.xml @@ -489,12 +489,6 @@ - - - - - - @@ -627,6 +621,12 @@ + + + + + + @@ -852,6 +852,17 @@ + + + + + + + + + + + @@ -1256,13 +1267,6 @@ - - - - - - - @@ -1465,11 +1469,6 @@ - - - - - @@ -2029,12 +2028,6 @@ - - - - - - @@ -2179,12 +2172,6 @@ - - - - - - @@ -2205,18 +2192,6 @@ - - - - - - - - - - - - @@ -2449,13 +2424,6 @@ - - - - - - - @@ -2468,6 +2436,13 @@ + + + + + + + @@ -2595,6 +2570,31 @@ + + + + + + + + + + + + + + + + + + + + + + + + + @@ -2749,6 +2749,8 @@ + + @@ -2771,8 +2773,6 @@ - - @@ -2793,8 +2793,6 @@ - - @@ -2819,6 +2817,10 @@ + + + + diff --git a/modules/gdnative/doc_classes/GDNative.xml b/modules/gdnative/doc_classes/GDNative.xml index c98368557..1dc6ebb7f 100644 --- a/modules/gdnative/doc_classes/GDNative.xml +++ b/modules/gdnative/doc_classes/GDNative.xml @@ -1,5 +1,5 @@ - + @@ -9,8 +9,8 @@ - - + + diff --git a/modules/gdnative/doc_classes/GDNativeLibrary.xml b/modules/gdnative/doc_classes/GDNativeLibrary.xml index 299852958..08b565cf0 100644 --- a/modules/gdnative/doc_classes/GDNativeLibrary.xml +++ b/modules/gdnative/doc_classes/GDNativeLibrary.xml @@ -1,5 +1,5 @@ - + An external library containing functions or script classes to use in Pandemonium. diff --git a/modules/gdnative/doc_classes/MultiplayerPeerGDNative.xml b/modules/gdnative/doc_classes/MultiplayerPeerGDNative.xml index bc530add4..9e16f783e 100644 --- a/modules/gdnative/doc_classes/MultiplayerPeerGDNative.xml +++ b/modules/gdnative/doc_classes/MultiplayerPeerGDNative.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/gdnative/doc_classes/NativeScript.xml b/modules/gdnative/doc_classes/NativeScript.xml index a08de34f6..5622a6e5d 100644 --- a/modules/gdnative/doc_classes/NativeScript.xml +++ b/modules/gdnative/doc_classes/NativeScript.xml @@ -1,5 +1,5 @@ - + @@ -15,23 +15,20 @@ - + - Returns the documentation string that was previously set with [code]pandemonium_nativescript_set_method_documentation[/code]. - + - Returns the documentation string that was previously set with [code]pandemonium_nativescript_set_property_documentation[/code]. - + - Returns the documentation string that was previously set with [code]pandemonium_nativescript_set_signal_documentation[/code]. diff --git a/modules/gdnative/doc_classes/PacketPeerGDNative.xml b/modules/gdnative/doc_classes/PacketPeerGDNative.xml index 9de40ce80..6f27603e0 100644 --- a/modules/gdnative/doc_classes/PacketPeerGDNative.xml +++ b/modules/gdnative/doc_classes/PacketPeerGDNative.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/gdnative/doc_classes/PluginScript.xml b/modules/gdnative/doc_classes/PluginScript.xml index 10df68d7f..61cea9de6 100644 --- a/modules/gdnative/doc_classes/PluginScript.xml +++ b/modules/gdnative/doc_classes/PluginScript.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/gdnative/doc_classes/StreamPeerGDNative.xml b/modules/gdnative/doc_classes/StreamPeerGDNative.xml index 70fd3c05d..afd93e27b 100644 --- a/modules/gdnative/doc_classes/StreamPeerGDNative.xml +++ b/modules/gdnative/doc_classes/StreamPeerGDNative.xml @@ -1,5 +1,5 @@ - + diff --git a/modules/gdnative/doc_classes/VideoStreamGDNative.xml b/modules/gdnative/doc_classes/VideoStreamGDNative.xml index ebe6540a4..3eabf5e61 100644 --- a/modules/gdnative/doc_classes/VideoStreamGDNative.xml +++ b/modules/gdnative/doc_classes/VideoStreamGDNative.xml @@ -1,5 +1,5 @@ - + [VideoStream] resource for video formats implemented via GDNative. diff --git a/modules/gdnative/doc_classes/WebRTCDataChannelGDNative.xml b/modules/gdnative/doc_classes/WebRTCDataChannelGDNative.xml deleted file mode 100644 index 9a44ba5d5..000000000 --- a/modules/gdnative/doc_classes/WebRTCDataChannelGDNative.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - diff --git a/modules/gdnative/doc_classes/WebRTCPeerConnectionGDNative.xml b/modules/gdnative/doc_classes/WebRTCPeerConnectionGDNative.xml deleted file mode 100644 index 8d379b7c0..000000000 --- a/modules/gdnative/doc_classes/WebRTCPeerConnectionGDNative.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - -