AMX Mod X API Documentation

Signature
native Float:floatsin(Float:value, anglemode:mode = radian);
Description

Returns the sine of a given angle

Notes
  • For available units of measurements(modes) look at the anglemode enum
Parameters
  • value The angle to calculate the sine from
  • mode What unit of measurement is the angle specified in

    Defaults to radians

Returns

The sine of a given angle

Назад
Верх