floatround_method
floatround_methodDifferent methods of rounding
enum floatround_method {
floatround_round = 0,
floatround_floor,
floatround_ceil,
floatround_tozero
};
Constants
amxmodx 1.8.2 hg65
Different methods of rounding
enum floatround_method {
floatround_round = 0,
floatround_floor,
floatround_ceil,
floatround_tozero
};
enum anglemode {
radian = 0,
degrees,
grades
};