Converts a floating point number to a string.
int FloatToString(float num, char[] str, int maxlength)
Floating point number to convert.
Buffer to store string in.
Maximum length of string buffer.
Number of characters written to the buffer, not including the null terminator.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.