Formats a string according to the SourceMod format rules (see documentation). All format specifiers are escaped (see SQL_EscapeString) unless the '!' flag is used.
int Format(char[] buffer, int maxlength, const char[] format, any... ...)
Destination string buffer.
Maximum length of output string buffer.
Formatting rules.
Variable number of format parameters.
Number of cells written.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.