Syncing classes.xml with current binary
This commit is contained in:
parent
2b12a8109d
commit
eefc2bf5f7
|
@ -10867,27 +10867,25 @@
|
|||
</description>
|
||||
<methods>
|
||||
<method name="call_func">
|
||||
<argument index="0" name="method" type="String">
|
||||
<argument index="0" name="arg0" type="var" default="NULL">
|
||||
</argument>
|
||||
<argument index="1" name="arg0" type="var" default="NULL">
|
||||
<argument index="1" name="arg1" type="var" default="NULL">
|
||||
</argument>
|
||||
<argument index="2" name="arg1" type="var" default="NULL">
|
||||
<argument index="2" name="arg2" type="var" default="NULL">
|
||||
</argument>
|
||||
<argument index="3" name="arg2" type="var" default="NULL">
|
||||
<argument index="3" name="arg3" type="var" default="NULL">
|
||||
</argument>
|
||||
<argument index="4" name="arg3" type="var" default="NULL">
|
||||
<argument index="4" name="arg4" type="var" default="NULL">
|
||||
</argument>
|
||||
<argument index="5" name="arg4" type="var" default="NULL">
|
||||
<argument index="5" name="arg5" type="var" default="NULL">
|
||||
</argument>
|
||||
<argument index="6" name="arg5" type="var" default="NULL">
|
||||
<argument index="6" name="arg6" type="var" default="NULL">
|
||||
</argument>
|
||||
<argument index="7" name="arg6" type="var" default="NULL">
|
||||
<argument index="7" name="arg7" type="var" default="NULL">
|
||||
</argument>
|
||||
<argument index="8" name="arg7" type="var" default="NULL">
|
||||
<argument index="8" name="arg8" type="var" default="NULL">
|
||||
</argument>
|
||||
<argument index="9" name="arg8" type="var" default="NULL">
|
||||
</argument>
|
||||
<argument index="10" name="arg9" type="var" default="NULL">
|
||||
<argument index="9" name="arg9" type="var" default="NULL">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
|
@ -11629,6 +11627,24 @@
|
|||
</method>
|
||||
</methods>
|
||||
<signals>
|
||||
<signal name="delete_nodes_request">
|
||||
<description>
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="duplicate_nodes_request">
|
||||
<description>
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="popup_request">
|
||||
<argument index="0" name="p_position" type="Vector2">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="_begin_node_move">
|
||||
<description>
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="disconnection_request">
|
||||
<argument index="0" name="from" type="String">
|
||||
</argument>
|
||||
|
@ -11655,6 +11671,10 @@
|
|||
Signal sent to the GraphEdit when the connection between 'from_slot' slot of 'from' GraphNode and 'to_slot' slot of 'to' GraphNode is attempted to be created.
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="_end_node_move">
|
||||
<description>
|
||||
</description>
|
||||
</signal>
|
||||
</signals>
|
||||
<constants>
|
||||
</constants>
|
||||
|
@ -11910,6 +11930,12 @@
|
|||
</theme_item>
|
||||
<theme_item name="frame" type="StyleBox">
|
||||
</theme_item>
|
||||
<theme_item name="selectedframe" type="StyleBox">
|
||||
</theme_item>
|
||||
<theme_item name="defaultfocus" type="StyleBox">
|
||||
</theme_item>
|
||||
<theme_item name="defaultframe" type="StyleBox">
|
||||
</theme_item>
|
||||
</theme_items>
|
||||
</class>
|
||||
<class name="GridContainer" inherits="Container" category="Core">
|
||||
|
@ -14292,6 +14318,22 @@
|
|||
<constants>
|
||||
</constants>
|
||||
</class>
|
||||
<class name="InstancePlaceholder" inherits="Node" category="Core">
|
||||
<brief_description>
|
||||
</brief_description>
|
||||
<description>
|
||||
</description>
|
||||
<methods>
|
||||
<method name="replace_by_instance">
|
||||
<argument index="0" name="custom_scene" type="PackedScene" default="NULL">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
</class>
|
||||
<class name="IntArray" category="Built-In Types">
|
||||
<brief_description>
|
||||
Integer Array.
|
||||
|
@ -18124,7 +18166,11 @@
|
|||
<method name="find_node" qualifiers="const">
|
||||
<return type="Node">
|
||||
</return>
|
||||
<argument index="0" name="mask" type="NodePath" default="true">
|
||||
<argument index="0" name="mask" type="String">
|
||||
</argument>
|
||||
<argument index="1" name="recursive" type="bool" default="true">
|
||||
</argument>
|
||||
<argument index="2" name="owned" type="bool" default="true">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
|
@ -20171,7 +20217,7 @@
|
|||
<method name="instance" qualifiers="const">
|
||||
<return type="Node">
|
||||
</return>
|
||||
<argument index="0" name="arg0" type="bool" default="false">
|
||||
<argument index="0" name="gen_edit_state" type="bool" default="false">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
|
@ -20421,6 +20467,18 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_ignore_camera_zoom">
|
||||
<argument index="0" name="arg0" type="bool">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="is_ignore_camera_zoom">
|
||||
<return type="bool">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
|
@ -24688,6 +24746,18 @@
|
|||
Pin Joint for 2D Rigid Bodies. It pins 2 bodies (rigid or static) together, or a single body to a fixed position in space.
|
||||
</description>
|
||||
<methods>
|
||||
<method name="set_softness">
|
||||
<argument index="0" name="softness" type="float">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_softness" qualifiers="const">
|
||||
<return type="float">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
|
@ -26292,6 +26362,18 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_type_mask">
|
||||
<argument index="0" name="mask" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_type_mask" qualifiers="const">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
</constants>
|
||||
|
@ -29446,6 +29528,28 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="default_set_value">
|
||||
<argument index="0" name="shader_type" type="int">
|
||||
</argument>
|
||||
<argument index="1" name="id" type="int">
|
||||
</argument>
|
||||
<argument index="2" name="param_id" type="int">
|
||||
</argument>
|
||||
<argument index="3" name="value" type="var">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="default_get_value">
|
||||
<argument index="0" name="shader_type" type="int">
|
||||
</argument>
|
||||
<argument index="1" name="id" type="int">
|
||||
</argument>
|
||||
<argument index="2" name="param_id" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="scalar_const_node_set_value">
|
||||
<argument index="0" name="shader_type" type="int">
|
||||
</argument>
|
||||
|
@ -33549,6 +33653,12 @@
|
|||
</method>
|
||||
</methods>
|
||||
<signals>
|
||||
<signal name="tab_close">
|
||||
<argument index="0" name="tab" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</signal>
|
||||
<signal name="right_button_pressed">
|
||||
<argument index="0" name="tab" type="int">
|
||||
</argument>
|
||||
|
@ -33569,6 +33679,14 @@
|
|||
</constant>
|
||||
<constant name="ALIGN_RIGHT" value="2">
|
||||
</constant>
|
||||
<constant name="SHOW_ACTIVE_ONLY" value="1">
|
||||
</constant>
|
||||
<constant name="SHOW_ALWAYS" value="0">
|
||||
</constant>
|
||||
<constant name="SHOW_HOVER" value="2">
|
||||
</constant>
|
||||
<constant name="SHOW_NEVER" value="3">
|
||||
</constant>
|
||||
</constants>
|
||||
<theme_items>
|
||||
<theme_item name="label_valign_fg" type="int">
|
||||
|
@ -34262,8 +34380,68 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_fill_mode">
|
||||
<argument index="0" name="mode" type="int">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_fill_mode">
|
||||
<return type="int">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_radial_initial_angle">
|
||||
<argument index="0" name="mode" type="float">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_radial_initial_angle">
|
||||
<return type="float">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_radial_center_offset">
|
||||
<argument index="0" name="mode" type="Vector2">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_radial_center_offset">
|
||||
<return type="Vector2">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="set_fill_degrees">
|
||||
<argument index="0" name="mode" type="float">
|
||||
</argument>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="get_fill_degrees">
|
||||
<return type="float">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
</methods>
|
||||
<constants>
|
||||
<constant name="FILL_LEFT_TO_RIGHT" value="0">
|
||||
</constant>
|
||||
<constant name="FILL_RIGHT_TO_LEFT" value="1">
|
||||
</constant>
|
||||
<constant name="FILL_TOP_TO_BOTTOM" value="2">
|
||||
</constant>
|
||||
<constant name="FILL_BOTTOM_TO_TOP" value="3">
|
||||
</constant>
|
||||
<constant name="FILL_CLOCKWISE" value="4">
|
||||
</constant>
|
||||
<constant name="FILL_COUNTER_CLOCKWISE" value="5">
|
||||
</constant>
|
||||
</constants>
|
||||
</class>
|
||||
<class name="Theme" inherits="Resource" category="Core">
|
||||
|
@ -37272,6 +37450,12 @@
|
|||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="ceil">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="cross">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
|
@ -37323,6 +37507,12 @@
|
|||
Return the dot product with b.
|
||||
</description>
|
||||
</method>
|
||||
<method name="floor">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
<description>
|
||||
</description>
|
||||
</method>
|
||||
<method name="inverse">
|
||||
<return type="Vector3">
|
||||
</return>
|
||||
|
|
Loading…
Reference in New Issue