We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84bf0a2 + 5af0bc3 commit 6eefa92Copy full SHA for 6eefa92
a_samp.inc
@@ -338,12 +338,12 @@ native Float:acos(Float:value);
338
native Float:atan(Float:value);
339
340
/// <summary>Get the multi-valued inversed value of a tangent in radians.</summary>
341
-/// <param name="x">x size</param>
342
/// <param name="y">y size</param>
+/// <param name="x">x size</param>
343
/// <seealso name="atan"/>
344
/// <seealso name="floattan"/>
345
/// <returns>The angle in radians.</returns>
346
-native Float:atan2(Float:x, Float:y);
+native Float:atan2(Float:y, Float:x);
347
348
349
/// <summary>Gets the highest playerid currently in use on the server.</summary>
0 commit comments