interface
| 5676 | |
| 5677 | // interface |
| 5678 | asIScriptFunction *asCContext::GetExceptionFunction() |
| 5679 | { |
| 5680 | // Return the last exception even if the context is no longer in the exception state |
| 5681 | // if( GetState() != asEXECUTION_EXCEPTION ) return 0; |
| 5682 | |
| 5683 | return m_engine->scriptFunctions[m_exceptionFunction]; |
| 5684 | } |
| 5685 | |
| 5686 | // interface |
| 5687 | const char *asCContext::GetExceptionString() |
no outgoing calls