diff options
| author | Emmanuel Leblond | 2017-01-10 09:11:36 +0100 |
|---|---|---|
| committer | Emmanuel Leblond | 2017-01-10 09:11:36 +0100 |
| commit | 0fbf3b990d0dc36fb1dd914a9a92b57e351a8804 (patch) | |
| tree | 84bbecd8d0ce6f06d28c484df434b9c4e0bf24b2 /doc/base/classes.xml | |
| parent | 48097f6df364b040848fb8963f15738d760a72ed (diff) | |
| download | godot-0fbf3b990d0dc36fb1dd914a9a92b57e351a8804.tar.gz godot-0fbf3b990d0dc36fb1dd914a9a92b57e351a8804.tar.zst godot-0fbf3b990d0dc36fb1dd914a9a92b57e351a8804.zip | |
Remove deprecated Vector2.floorf method
Diffstat (limited to '')
| -rw-r--r-- | doc/base/classes.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/doc/base/classes.xml b/doc/base/classes.xml index f84df42d5..47aeaa342 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -44978,13 +44978,6 @@ do_property]. Remove the fractional part of x and y. </description> </method> - <method name="floorf"> - <return type="Vector2"> - </return> - <description> - Remove the fractional part of x and y. - </description> - </method> <method name="get_aspect"> <return type="float"> </return> |
