MCPcopy Create free account
hub / github.com/anjo76/angelscript / GetExceptionFunction

Method GetExceptionFunction

sdk/angelscript/source/as_context.cpp:5678–5684  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

5676
5677// interface
5678asIScriptFunction *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
5687const char *asCContext::GetExceptionString()

Callers 15

ExecuteCallMethod · 0.80
RunApplicationFunction · 0.80
RunApplicationFunction · 0.80
InitGlobalPropMethod · 0.80
GetExceptionInfoFunction · 0.80
test_compiler.cppFile · 0.80
ExceptionCallbackFunction · 0.80
TestFunction · 0.80
test_exception.cppFile · 0.80
ExecuteScriptFunction · 0.80
TestFunction · 0.80
TestFunction · 0.80

Calls

no outgoing calls

Tested by 15

ExceptionCallbackFunction · 0.64
TestFunction · 0.64
ExecuteScriptFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64