2
0
Эх сурвалжийг харах

doc: Sync classref with current source

Rémi Verschelde 8 жил өмнө
parent
commit
0b9b386069
1 өөрчлөгдсөн 36 нэмэгдсэн , 0 устгасан
  1. 36 0
      doc/base/classes.xml

+ 36 - 0
doc/base/classes.xml

@@ -2276,6 +2276,14 @@
 			<description>
 			</description>
 		</method>
+		<method name="has_point" qualifiers="const">
+			<return type="bool">
+			</return>
+			<argument index="0" name="id" type="int">
+			</argument>
+			<description>
+			</description>
+		</method>
 		<method name="remove_point">
 			<argument index="0" name="id" type="int">
 			</argument>
@@ -32669,6 +32677,12 @@
 			<description>
 			</description>
 		</method>
+		<method name="get_percent_visible" qualifiers="const">
+			<return type="float">
+			</return>
+			<description>
+			</description>
+		</method>
 		<method name="get_tab_size" qualifiers="const">
 			<return type="int">
 			</return>
@@ -32823,6 +32837,12 @@
 			<description>
 			</description>
 		</method>
+		<method name="set_percent_visible">
+			<argument index="0" name="percent_visible" type="float">
+			</argument>
+			<description>
+			</description>
+		</method>
 		<method name="set_scroll_active">
 			<argument index="0" name="active" type="bool">
 			</argument>
@@ -32858,6 +32878,12 @@
 			<description>
 			</description>
 		</method>
+		<method name="set_text">
+			<argument index="0" name="text" type="String">
+			</argument>
+			<description>
+			</description>
+		</method>
 		<method name="set_use_bbcode">
 			<argument index="0" name="enable" type="bool">
 			</argument>
@@ -39140,6 +39166,16 @@
 				Find the first occurrence of a substring but search as case-insensitive, return the starting position of the substring or -1 if not found. Optionally, the initial search index can be passed.
 			</description>
 		</method>
+		<method name="format">
+			<return type="String">
+			</return>
+			<argument index="0" name="values" type="var">
+			</argument>
+			<argument index="1" name="placeholder" type="String" default="{_}">
+			</argument>
+			<description>
+			</description>
+		</method>
 		<method name="get_base_dir">
 			<return type="String">
 			</return>