Formats a string according to the SourceMod format rules (see documentation).
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 characters written to the buffer, not including the null terminator.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.