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 cells written to buffer.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.