Formats a string using parameters from a native.
int FormatNativeString(int out_param, int fmt_param, int vararg_param, int out_len, int& written, char[] out_string, const char[] fmt_string)
Output parameter number to write to. If 0, out_string is used.
Format parameter number. If 0, fmt_string is used.
First variable parameter number.
Output string buffer maximum length (always required).
Optionally stores the number of bytes written.
Output string buffer to use if out_param is not used.
Format string to use if fmt_param is not used.
SP_ERROR_NONE on success, anything else on failure.
All parameter indexes start at 1.
If the input and output buffers overlap, the contents of the output buffer at the end is undefined.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.