Compares two floats.
int FloatCompare(float fOne, float fTwo)
First value.
Second value.
Returns 1 if the first argument is greater than the second argument. Returns -1 if the first argument is smaller than the second argument. Returns 0 if both arguments are equal.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.