native log_error(error, const fmt[], any:...);
error | Error number |
fmt | Formatting rules |
... | Variable number of formatting parameters |
Logs an error in the native and breaks into the AMXX debugger.
This acts as if the calling plugin - the plugin that is calling the native, not the plugin calling this function - triggered the error, just like when AMXX natives error.
This function has no return value.
The function is guaranteed to throw an error, but will make it appear as if the plugin calling the native triggered it.
This documentation was generated automatically using pawn-docgen written by xPaw for AlliedMods.