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

Method GetExceptionString

sdk/angelscript/source/as_context.cpp:5687–5693  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

5685
5686// interface
5687const 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
5696asEContextState asCContext::GetState() const

Callers 15

ExecuteCallMethod · 0.80
RunApplicationFunction · 0.80
RunApplicationFunction · 0.80
InitGlobalPropMethod · 0.80
GetExceptionInfoFunction · 0.80
ScriptGetExceptionInfoFunction · 0.80
TestFunction · 0.80
test_compiler.cppFile · 0.80
TestFunction · 0.80
TestFunction · 0.80
ExceptionCallbackFunction · 0.80
TestFunction · 0.80

Calls 1

AddressOfMethod · 0.45

Tested by 15

TestFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64
ExceptionCallbackFunction · 0.64
TestFunction · 0.64
CallbackMethod · 0.64
TestFunction · 0.64
TestFunction · 0.64
TestHandleMemberCallingFunction · 0.64
TestFunction · 0.64
ExecuteScriptFunction · 0.64
TestFunction · 0.64