interface
| 5685 | |
| 5686 | // interface |
| 5687 | const char *asCContext::GetExceptionString() |
| 5688 | { |
| 5689 | // Return the last exception even if the context is no longer in the exception state |
| 5690 | // if( GetState() != asEXECUTION_EXCEPTION ) return 0; |
| 5691 | |
| 5692 | return m_exceptionString.AddressOf(); |
| 5693 | } |
| 5694 | |
| 5695 | // interface |
| 5696 | asEContextState asCContext::GetState() const |