MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / SetException

Method SetException

src/server/angelscript/angelscript/source/as_context.cpp:4542–4550  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

4540
4541// interface
4542int asCContext::SetException(const char *descr, bool allowCatch)
4543{
4544 // Only allow this if we're executing a CALL byte code
4545 if( m_callingSystemFunction == 0 ) return asERROR;
4546
4547 SetInternalException(descr, allowCatch);
4548
4549 return 0;
4550}
4551
4552void asCContext::SetInternalException(const char *descr, bool allowCatch)
4553{

Callers 15

ExecSystemCmdFunction · 0.80
ScriptObjectCopyFactoryFunction · 0.80
CopyFromAsMethod · 0.80
AssignScriptObjectMethod · 0.80
ScriptThrowFunction · 0.80
operator[]Method · 0.80
SetMethod · 0.80
GetCreateDateTimeMethod · 0.80
GetModifyDateTimeMethod · 0.80
CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected