native floatcmp(Float:fOne, Float:fTwo);
fOne | First value to be compared |
fTwo | Second value to be compared |
Compares two floating point values.
If arguments are equal, returns 0. If the first one is greater, returns 1. If the second one is greater, returns -1.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.