| Raise an exception within the ferite engine. |
| Declaration: |
| void ferite_raise_script_error( FeriteScript *script, int err, char *fmt, ... ) |
| Description: |
| Use the same formating codes as printf with this function |
| Parameters: |
| Parameter #1: FeriteScript *script - The running script |
| Parameter #2: int err - The error code |
| Parameter #3: char *fmt - The format of the error string |