mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 18:29:11 +00:00
Sync classref with current source
This commit is contained in:
@@ -317,7 +317,7 @@ Returns the arc tangent of ``y/x`` in radians. Use to get the angle of tangent `
|
||||
|
||||
::
|
||||
|
||||
a = atan(0, -1) # a is 3.141593
|
||||
a = atan2(0, -1) # a is 3.141593
|
||||
|
||||
.. _class_@GDScript_method_bytes2var:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user