summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorChaosus <chaosus89@gmail.com>2019-03-19 19:59:24 +0300
committerChaosus <chaosus89@gmail.com>2019-03-19 20:32:10 +0300
commit61b22beeae31590fc726cb593252c6fa5edc13d5 (patch)
tree9f2e4e33ee6f9fe21e7654b10a728bbcc9fa0b6c /doc/classes
parentdf7d3708c5b535c3696943322a14ec19a175e30c (diff)
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 c1682e71e5..bd47c3177a 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>