summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormerumelu <merumelu@protonmail.com>2018-09-07 20:07:44 +0200
committermerumelu <merumelu@protonmail.com>2018-09-07 20:07:44 +0200
commit334f04251353194c5874901b69d3a027a6f17bf9 (patch)
tree35d72c7563d4ac0a96261421a7a6ef50ea1e19cb /doc
parent6ce9951d9e487cfacec40ea27e2a2be241d9da77 (diff)
Bind Curve::get_point_count
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Curve.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/classes/Curve.xml b/doc/classes/Curve.xml
index c7f2f7bb8d..490772e400 100644
--- a/doc/classes/Curve.xml
+++ b/doc/classes/Curve.xml
@@ -49,6 +49,13 @@
Removes all points from the curve.
</description>
</method>
+ <method name="get_point_count" qualifiers="const">
+ <return type="int">
+ </return>
+ <description>
+ Returns the number of points describing the curve.
+ </description>
+ </method>
<method name="get_point_left_mode" qualifiers="const">
<return type="int" enum="Curve.TangentMode">
</return>