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

Method CreateContext

sdk/angelscript/source/as_scriptengine.cpp:1582–1587  ·  view source on GitHub ↗

interface

Source from the content-addressed store, hash-verified

1580
1581// interface
1582asIScriptContext *asCScriptEngine::CreateContext()
1583{
1584 asIScriptContext *ctx = 0;
1585 CreateContext(&ctx, false);
1586 return ctx;
1587}
1588
1589// internal
1590int asCScriptEngine::CreateContext(asIScriptContext **context, bool isInternal)

Callers 15

RunApplicationFunction · 0.80
RequestContextCallbackFunction · 0.80
mainFunction · 0.80
RunApplicationFunction · 0.80
CompareRelationFunction · 0.80
CompareEqualityFunction · 0.80
operator==Method · 0.80
FindMethod · 0.80
TestExecute1ArgFunction · 0.80
ExecFunction · 0.80
TestFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestExecute1ArgFunction · 0.64
ExecFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64
Test1Function · 0.64
Test2Function · 0.64
GetClassInstanceFunction · 0.64
Test3Function · 0.64
TestConditionFunction · 0.64
TestFunction · 0.64
TestFunction · 0.64