AngelScript
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Exception routines

Path: /sdk/add_on/scripthelper/

The throw and getExceptionInfo routines are registered by the application with a call to RegisterExceptionRoutines.

Public C++ interface

// Register the exception routines.
// 'void throw(const string &msg)'
// 'string getExceptionInfo()'
void RegisterExceptionRoutines(asIScriptEngine *engine);