native Float:floatatan2(Float:x, Float:y, {anglemode,_}:radix);
x | Value representing the proportion of the x-coordinate. |
y | Value representing the proportion of the x-coordinate. |
mode | What unit of measurement should the output angle be in |
Computes the principal value of arctangent of y/x
Someone should verify this native, not sure what it actually does.
For available units of measurements(modes) look at the anglemode enum
Arctangent of y/x
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.