AMX Mod X API Documentation

Signature
native Float:floatatan(Float:angle, {anglemode, _}:radix);
Description

Returns the angle of the given tangent

Notes
  • For available units of measurements(modes) look at the anglemode enum
Parameters
  • value The tangent to calculate the angle from
  • mode What unit of measurement should the output angle be in
Returns

The angle of a tangent

Назад
Верх