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

Method SetPragmaCallback

sdk/add_on/scriptbuilder/scriptbuilder.cpp:46–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44}
45
46void CScriptBuilder::SetPragmaCallback(PRAGMACALLBACK_t callback, void *userParam)
47{
48 pragmaCallback = callback;
49 pragmaParam = userParam;
50}
51
52int CScriptBuilder::StartNewModule(asIScriptEngine *inEngine, const char *moduleName)
53{

Callers 1

CompileScriptFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected