summaryrefslogtreecommitdiff
path: root/doc/classes/KinematicBody2D.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2017-11-24 18:10:32 +0100
committerRémi Verschelde <rverschelde@gmail.com>2017-11-24 18:10:32 +0100
commit92f07fefcd334686e81f56555d83530ae6741c2b (patch)
tree8fa1e89cfc407ed7ad9913e27845a72a7eb46598 /doc/classes/KinematicBody2D.xml
parent31f62f53c516360dcf8688141a5f8a0aebada431 (diff)
doc: Remove setters and getters now exposed via properties/members
Diffstat (limited to 'doc/classes/KinematicBody2D.xml')
-rw-r--r--doc/classes/KinematicBody2D.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/doc/classes/KinematicBody2D.xml b/doc/classes/KinematicBody2D.xml
index 86d99d1554..8563b059f2 100644
--- a/doc/classes/KinematicBody2D.xml
+++ b/doc/classes/KinematicBody2D.xml
@@ -20,12 +20,6 @@
Returns the velocity of the floor. Only updates when calling [method move_and_slide].
</description>
</method>
- <method name="get_safe_margin" qualifiers="const">
- <return type="float">
- </return>
- <description>
- </description>
- </method>
<method name="get_slide_collision">
<return type="KinematicCollision2D">
</return>
@@ -95,14 +89,6 @@
Returns the movement that remained when the body stopped. To get more detailed information about collisions that occured, use [method get_slide_collision].
</description>
</method>
- <method name="set_safe_margin">
- <return type="void">
- </return>
- <argument index="0" name="pixels" type="float">
- </argument>
- <description>
- </description>
- </method>
<method name="test_move">
<return type="bool">
</return>