MCPcopy Create free account
hub / github.com/CytopiaTeam/Cytopia / SetIncludeCallback

Method SetIncludeCallback

external/as_add_on/scriptbuilder/scriptbuilder.cpp:37–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void CScriptBuilder::SetIncludeCallback(INCLUDECALLBACK_t callback, void *userParam)
38{
39 includeCallback = callback;
40 includeParam = userParam;
41}
42
43void CScriptBuilder::SetPragmaCallback(PRAGMACALLBACK_t callback, void *userParam)
44{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected