You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
doc: Drop unused 'category' property from header
We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="BulletPhysicsDirectBodyState" inherits="PhysicsDirectBodyState" category="Core" version="3.2">
|
||||
<class name="BulletPhysicsDirectBodyState" inherits="PhysicsDirectBodyState" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="BulletPhysicsServer" inherits="PhysicsServer" category="Core" version="3.2">
|
||||
<class name="BulletPhysicsServer" inherits="PhysicsServer" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="CSGBox" inherits="CSGPrimitive" category="Core" version="3.2">
|
||||
<class name="CSGBox" inherits="CSGPrimitive" version="3.2">
|
||||
<brief_description>
|
||||
A CSG Box shape.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="CSGCombiner" inherits="CSGShape" category="Core" version="3.2">
|
||||
<class name="CSGCombiner" inherits="CSGShape" version="3.2">
|
||||
<brief_description>
|
||||
A CSG node that allows you to combine other CSG modifiers.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="CSGCylinder" inherits="CSGPrimitive" category="Core" version="3.2">
|
||||
<class name="CSGCylinder" inherits="CSGPrimitive" version="3.2">
|
||||
<brief_description>
|
||||
A CSG Cylinder shape.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="CSGMesh" inherits="CSGPrimitive" category="Core" version="3.2">
|
||||
<class name="CSGMesh" inherits="CSGPrimitive" version="3.2">
|
||||
<brief_description>
|
||||
A CSG Mesh shape that uses a mesh resource.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="CSGPolygon" inherits="CSGPrimitive" category="Core" version="3.2">
|
||||
<class name="CSGPolygon" inherits="CSGPrimitive" version="3.2">
|
||||
<brief_description>
|
||||
Extrudes a 2D polygon shape to create a 3D mesh.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="CSGPrimitive" inherits="CSGShape" category="Core" version="3.2">
|
||||
<class name="CSGPrimitive" inherits="CSGShape" version="3.2">
|
||||
<brief_description>
|
||||
Base class for CSG primitives.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="CSGShape" inherits="GeometryInstance" category="Core" version="3.2">
|
||||
<class name="CSGShape" inherits="GeometryInstance" version="3.2">
|
||||
<brief_description>
|
||||
The CSG base class.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="CSGSphere" inherits="CSGPrimitive" category="Core" version="3.2">
|
||||
<class name="CSGSphere" inherits="CSGPrimitive" version="3.2">
|
||||
<brief_description>
|
||||
A CSG Sphere shape.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="CSGTorus" inherits="CSGPrimitive" category="Core" version="3.2">
|
||||
<class name="CSGTorus" inherits="CSGPrimitive" version="3.2">
|
||||
<brief_description>
|
||||
A CSG Torus shape.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="NetworkedMultiplayerENet" inherits="NetworkedMultiplayerPeer" category="Core" version="3.2">
|
||||
<class name="NetworkedMultiplayerENet" inherits="NetworkedMultiplayerPeer" version="3.2">
|
||||
<brief_description>
|
||||
PacketPeer implementation using the [url=http://enet.bespin.org/index.html]ENet[/url] library.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="@NativeScript" category="Core" version="3.2">
|
||||
<class name="@NativeScript" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="ARVRInterfaceGDNative" inherits="ARVRInterface" category="Core" version="3.2">
|
||||
<class name="ARVRInterfaceGDNative" inherits="ARVRInterface" version="3.2">
|
||||
<brief_description>
|
||||
GDNative wrapper for an ARVR interface.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="GDNative" inherits="Reference" category="Core" version="3.2">
|
||||
<class name="GDNative" inherits="Reference" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="GDNativeLibrary" inherits="Resource" category="Core" version="3.2">
|
||||
<class name="GDNativeLibrary" inherits="Resource" version="3.2">
|
||||
<brief_description>
|
||||
An external library containing functions or script classes to use in Godot.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="MultiplayerPeerGDNative" inherits="NetworkedMultiplayerPeer" category="Core" version="3.2">
|
||||
<class name="MultiplayerPeerGDNative" inherits="NetworkedMultiplayerPeer" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="NativeScript" inherits="Script" category="Core" version="3.2">
|
||||
<class name="NativeScript" inherits="Script" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="PacketPeerGDNative" inherits="PacketPeer" category="Core" version="3.2">
|
||||
<class name="PacketPeerGDNative" inherits="PacketPeer" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="PluginScript" inherits="Script" category="Core" version="3.2">
|
||||
<class name="PluginScript" inherits="Script" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="StreamPeerGDNative" inherits="StreamPeer" category="Core" version="3.2">
|
||||
<class name="StreamPeerGDNative" inherits="StreamPeer" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VideoStreamGDNative" inherits="VideoStream" category="Core" version="3.2">
|
||||
<class name="VideoStreamGDNative" inherits="VideoStream" version="3.2">
|
||||
<brief_description>
|
||||
[VideoStream] resource for for video formats implemented via GDNative.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="WebRTCDataChannelGDNative" inherits="WebRTCDataChannel" category="Core" version="3.2">
|
||||
<class name="WebRTCDataChannelGDNative" inherits="WebRTCDataChannel" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="WebRTCPeerConnectionGDNative" inherits="WebRTCPeerConnection" category="Core" version="3.2">
|
||||
<class name="WebRTCPeerConnectionGDNative" inherits="WebRTCPeerConnection" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="@GDScript" category="Core" version="3.2">
|
||||
<class name="@GDScript" version="3.2">
|
||||
<brief_description>
|
||||
Built-in GDScript functions.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="GDScript" inherits="Script" category="Core" version="3.2">
|
||||
<class name="GDScript" inherits="Script" version="3.2">
|
||||
<brief_description>
|
||||
A script implemented in the GDScript programming language.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="GDScriptFunctionState" inherits="Reference" category="Core" version="3.2">
|
||||
<class name="GDScriptFunctionState" inherits="Reference" version="3.2">
|
||||
<brief_description>
|
||||
State of a function call after yielding.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="GDScriptNativeClass" inherits="Reference" category="Core" version="3.2">
|
||||
<class name="GDScriptNativeClass" inherits="Reference" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="GridMap" inherits="Spatial" category="Core" version="3.2">
|
||||
<class name="GridMap" inherits="Spatial" version="3.2">
|
||||
<brief_description>
|
||||
Node for 3D tile-based maps.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="MobileVRInterface" inherits="ARVRInterface" category="Core" version="3.2">
|
||||
<class name="MobileVRInterface" inherits="ARVRInterface" version="3.2">
|
||||
<brief_description>
|
||||
Generic mobile VR implementation.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="NoiseTexture" inherits="Texture" category="Core" version="3.2">
|
||||
<class name="NoiseTexture" inherits="Texture" version="3.2">
|
||||
<brief_description>
|
||||
[OpenSimplexNoise] filled texture.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="OpenSimplexNoise" inherits="Resource" category="Core" version="3.2">
|
||||
<class name="OpenSimplexNoise" inherits="Resource" version="3.2">
|
||||
<brief_description>
|
||||
Noise generator based on Open Simplex.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="RegEx" inherits="Reference" category="Core" version="3.2">
|
||||
<class name="RegEx" inherits="Reference" version="3.2">
|
||||
<brief_description>
|
||||
Class for searching text for patterns using regular expressions.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="RegExMatch" inherits="Reference" category="Core" version="3.2">
|
||||
<class name="RegExMatch" inherits="Reference" version="3.2">
|
||||
<brief_description>
|
||||
Contains the results of a [RegEx] search.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="AudioStreamOGGVorbis" inherits="AudioStream" category="Core" version="3.2">
|
||||
<class name="AudioStreamOGGVorbis" inherits="AudioStream" version="3.2">
|
||||
<brief_description>
|
||||
OGG Vorbis audio stream driver.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VideoStreamTheora" inherits="VideoStream" category="Core" version="3.2">
|
||||
<class name="VideoStreamTheora" inherits="VideoStream" version="3.2">
|
||||
<brief_description>
|
||||
[VideoStream] resource for Ogg Theora videos.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="UPNP" inherits="Reference" category="Core" version="3.2">
|
||||
<class name="UPNP" inherits="Reference" version="3.2">
|
||||
<brief_description>
|
||||
UPNP network functions.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="UPNPDevice" inherits="Reference" category="Core" version="3.2">
|
||||
<class name="UPNPDevice" inherits="Reference" version="3.2">
|
||||
<brief_description>
|
||||
UPNP device.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="@VisualScript" category="Core" version="3.2">
|
||||
<class name="@VisualScript" version="3.2">
|
||||
<brief_description>
|
||||
Built-in visual script functions.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScript" inherits="Script" category="Core" version="3.2">
|
||||
<class name="VisualScript" inherits="Script" version="3.2">
|
||||
<brief_description>
|
||||
A script implemented in the Visual Script programming environment.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptBasicTypeConstant" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptBasicTypeConstant" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
A Visual Script node representing a constant from the base types.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptBuiltinFunc" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptBuiltinFunc" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
A Visual Script node used to call built-in functions.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptClassConstant" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptClassConstant" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Gets a constant from a given class.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptComment" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptComment" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
A Visual Script node used to annotate the script.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptComposeArray" inherits="VisualScriptLists" category="Core" version="3.2">
|
||||
<class name="VisualScriptComposeArray" inherits="VisualScriptLists" version="3.2">
|
||||
<brief_description>
|
||||
A Visual Script Node used to create array from a list of items.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptCondition" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptCondition" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
A Visual Script node which branches the flow.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptConstant" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptConstant" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Gets a contant's value.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptConstructor" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptConstructor" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
A Visual Script node which calls a base type constructor.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptCustomNode" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptCustomNode" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
A scripted Visual Script node.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptDeconstruct" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptDeconstruct" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
A Visual Script node which deconstructs a base type instance into its parts.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptEditor" inherits="Object" category="Core" version="3.2">
|
||||
<class name="VisualScriptEditor" inherits="Object" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptEmitSignal" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptEmitSignal" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Emits a specified signal.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptEngineSingleton" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptEngineSingleton" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
A Visual Script node returning a singleton from [@GlobalScope].
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptExpression" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptExpression" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptFunction" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptFunction" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptFunctionCall" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptFunctionCall" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptFunctionState" inherits="Reference" category="Core" version="3.2">
|
||||
<class name="VisualScriptFunctionState" inherits="Reference" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptGlobalConstant" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptGlobalConstant" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptIndexGet" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptIndexGet" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptIndexSet" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptIndexSet" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptInputAction" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptInputAction" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptIterator" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptIterator" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Steps through items in a given input.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptLists" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptLists" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
A Visual Script virtual class for in-graph editable nodes.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptLocalVar" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptLocalVar" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Gets a local variable's value.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptLocalVarSet" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptLocalVarSet" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Changes a local variable's value.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptMathConstant" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptMathConstant" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Commonly used mathematical constants.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptNode" inherits="Resource" category="Core" version="3.2">
|
||||
<class name="VisualScriptNode" inherits="Resource" version="3.2">
|
||||
<brief_description>
|
||||
A node which is part of a [VisualScript].
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptOperator" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptOperator" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptPreload" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptPreload" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Creates a new [Resource] or loads one from the filesystem.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptPropertyGet" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptPropertyGet" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptPropertySet" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptPropertySet" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptResourcePath" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptResourcePath" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptReturn" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptReturn" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Exits a function and returns an optional value.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptSceneNode" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptSceneNode" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Node reference.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptSceneTree" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptSceneTree" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptSelect" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptSelect" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Chooses between two input values.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptSelf" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptSelf" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Outputs a reference to the current instance.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptSequence" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptSequence" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Executes a series of Sequence ports.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptSubCall" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptSubCall" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptSwitch" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptSwitch" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Branches program flow based on a given input's value.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptTypeCast" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptTypeCast" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptVariableGet" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptVariableGet" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Gets a variable's value.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptVariableSet" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptVariableSet" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Changes a variable's value.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptWhile" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptWhile" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
Conditional loop.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptYield" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptYield" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VisualScriptYieldSignal" inherits="VisualScriptNode" category="Core" version="3.2">
|
||||
<class name="VisualScriptYieldSignal" inherits="VisualScriptNode" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="VideoStreamWebm" inherits="VideoStream" category="Core" version="3.2">
|
||||
<class name="VideoStreamWebm" inherits="VideoStream" version="3.2">
|
||||
<brief_description>
|
||||
[VideoStream] resource for WebM videos.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="WebRTCDataChannel" inherits="PacketPeer" category="Core" version="3.2">
|
||||
<class name="WebRTCDataChannel" inherits="PacketPeer" version="3.2">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="WebRTCMultiplayer" inherits="NetworkedMultiplayerPeer" category="Core" version="3.2">
|
||||
<class name="WebRTCMultiplayer" inherits="NetworkedMultiplayerPeer" version="3.2">
|
||||
<brief_description>
|
||||
A simple interface to create a peer-to-peer mesh network composed of [WebRTCPeerConnection] that is compatible with the [MultiplayerAPI].
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="WebRTCPeerConnection" inherits="Reference" category="Core" version="3.2">
|
||||
<class name="WebRTCPeerConnection" inherits="Reference" version="3.2">
|
||||
<brief_description>
|
||||
Interface to a WebRTC peer connection.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="WebSocketClient" inherits="WebSocketMultiplayerPeer" category="Core" version="3.2">
|
||||
<class name="WebSocketClient" inherits="WebSocketMultiplayerPeer" version="3.2">
|
||||
<brief_description>
|
||||
A WebSocket client implementation.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="WebSocketMultiplayerPeer" inherits="NetworkedMultiplayerPeer" category="Core" version="3.2">
|
||||
<class name="WebSocketMultiplayerPeer" inherits="NetworkedMultiplayerPeer" version="3.2">
|
||||
<brief_description>
|
||||
Base class for WebSocket server and client.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="WebSocketPeer" inherits="PacketPeer" category="Core" version="3.2">
|
||||
<class name="WebSocketPeer" inherits="PacketPeer" version="3.2">
|
||||
<brief_description>
|
||||
A class representing a specific WebSocket connection.
|
||||
</brief_description>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<class name="WebSocketServer" inherits="WebSocketMultiplayerPeer" category="Core" version="3.2">
|
||||
<class name="WebSocketServer" inherits="WebSocketMultiplayerPeer" version="3.2">
|
||||
<brief_description>
|
||||
A WebSocket server implementation.
|
||||
</brief_description>
|
||||
|
||||
Reference in New Issue
Block a user