Constants

float.inc

amxmodx 1.8.2 hg65

floatround_method

floatround_method

Different methods of rounding

enum floatround_method {
	floatround_round = 0,
	floatround_floor,
	floatround_ceil,
	floatround_tozero
};

anglemode

anglemode
enum anglemode {
	radian = 0,
	degrees,
	grades
};