added amb1348 - SetFailState() formatting

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401839
This commit is contained in:
David Anderson
2008-01-04 16:20:25 +00:00
parent 4e07200cfb
commit 1ffd1db733
2 changed files with 38 additions and 5 deletions
+12 -2
View File
@@ -282,11 +282,21 @@ native Handle:FindPluginByNumber(order_num);
* Causes the plugin to enter a failed state. An error will be thrown and
* the plugin will be paused until it is unloaded or reloaded.
*
* @param string Message to print.
* For backwards compatibility, if no extra arguments are passed, no
* formatting is applied. If one or more additional arguments is passed,
* the string is formatted using Format(). If any errors are encountered
* during formatting, both the format specifier string and an additional
* error message are written.
*
* This function does not return, and no further code in the plugin is
* executed.
*
* @param string Format specifier string.
* @param ... Formatting arguments.
* @noreturn
* @error Always throws SP_ERROR_ABORT.
*/
native SetFailState(const String:string[]);
native SetFailState(const String:string[], any:...);
/**
* Aborts the current callback and throws an error. This function