summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-04-05 15:44:14 +0200
committerGitHub <noreply@github.com>2019-04-05 15:44:14 +0200
commit434b73bc576ae7e6752c065137d702f3b3cfe085 (patch)
tree9f2be8f37998f17afb79806af65564d197be8644 /doc/classes
parentb2fcb405220cae594343c1f9dcd2f0082f1ba717 (diff)
parent61b22beeae31590fc726cb593252c6fa5edc13d5 (diff)
Merge pull request #27240 from Chaosus/clear_line_points
Added method to clear all points in Line2D
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/Line2D.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/Line2D.xml b/doc/classes/Line2D.xml
index 66d54b7d9e..7efaf2b55f 100644
--- a/doc/classes/Line2D.xml
+++ b/doc/classes/Line2D.xml
@@ -20,6 +20,13 @@
Add a point at the [code]position[/code]. Appends the point at the end of the line.
</description>
</method>
+ <method name="clear_points">
+ <return type="void">
+ </return>
+ <description>
+ Removes all points from the line.
+ </description>
+ </method>
<method name="get_point_count" qualifiers="const">
<return type="int">
</return>