| Functions |
ferite_error(FeriteScript,int,char,.) - Throw an error within the engine |
ferite_get_error_log(FeriteScript) - Get a null terminated string containing the error and warning logs on a script |
ferite_get_error_string(FeriteScript) - Get a null terminated string containing the error log |
ferite_get_warning_string(FeriteScript) - Get a null terminated string containing the warning log |
ferite_has_compile_error(FeriteScript) - Check to see if the script has had a compilation error |
ferite_has_runtime_error(FeriteScript) - Check to see if the script has had a runtime error |
ferite_has_warnings(FeriteScript) - Check to see if the script has warnings |
ferite_init_error_system(FeriteScript,FeriteNamespace) - Setup the special error handling class on a script |
ferite_raise_script_error(FeriteScript,int,char) - Raise an exception within the ferite engine. |
ferite_reset_errors(FeriteScript) - Reset any errors on the script |
ferite_reset_warnings(FeriteScript) - Reset any warnings on the script |
ferite_set_error() - Same as ferite_error except this wont raise an exception at runtime |
ferite_verror(FeriteScript,int,char,va) - Raise an error |
ferite_vwarning(FeriteScript,char,va) - Display a warning message. This does not cause an exception |
ferite_warning(FeriteScript,char,.) - Display a warning message. This does not cause an exception |