Godot: Vector2.floorf method doesn't exist

Created on 9 Jan 2017  路  2Comments  路  Source: godotengine/godot

classes.xml report a Vector2.floorf, however this method doesn't exists in Vector2 implementation

So I think this should be remove from classes.xml

bug core

Most helpful comment

Thanks for pointing me out ;-)

I guess this is legacy stuff, maybe Godot 3 is the right time to get rid of it...

All 2 comments

I remember talking about this on irc. It's declared here and registered here. However, it seems to be exactly the same as floor, so I don't see this method's point.

Thanks for pointing me out ;-)

I guess this is legacy stuff, maybe Godot 3 is the right time to get rid of it...

Was this page helpful?
0 / 5 - 0 ratings