Home
last modified time | relevance | path

Searched refs:AulExec (Results 1 – 15 of 15) sorted by relevance

/dports/games/openclonk/openclonk-release-8.1-src/src/script/
H A DC4AulExec.cpp29 C4AulExec AulExec; variable
120 ReturnIfTranslationAvailable(AulExec.pCurCtx[0].Func->pOrgScript, text->GetCStr()); in FnTranslate()
125 AulExec.LogCallStack(); in FnTranslate()
132 AulExec.LogCallStack(); in FnLogCallStack()
253 PushValue(AulExec.GetContext(AulExec.GetContextDepth()-2)->Pars[pCPos->Par.i]); in Exec()
965 AulExec.StartProfiling(pScript); in StartProfiling()
974 if (!AulExec.IsProfiling()) return; in StopProfiling()
975 AulExec.StopProfiling(); in StopProfiling()
978 Profiler.CollectEntry(nullptr, AulExec.tDirectExecTotal); in StopProfiling()
979 if(AulExec.pProfiledScript) in StopProfiling()
[all …]
H A DC4AulExec.h232 extern C4AulExec AulExec;
257 static void Abort() { AulExec.StopProfiling(); } in Abort()
H A DC4AulScriptFunc.cpp95 return AulExec.Exec(this, p, pPars, fPassErrors); in Exec()
H A DC4AulDebug.cpp50 pDebug->SetEngine(&AulExec); in InitDebug()
H A DC4Value.cpp641 AulExec.LogCallStack(); in LogDeletedObjectWarning()
H A DC4Script.cpp879 return ::AulExec.DirectExec(_this, FnStringPar(strScript), "eval", !dont_pass_errors); in Fneval()
952 AulExec.StartTrace(); in FnStartCallTrace()
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4PropertyPath.cpp134 …return AulExec.DirectExec(::ScriptEngine.GetPropList(), get_path.getData(), "resolve property", fa… in ResolveValue()
140 …return AulExec.DirectExec(::ScriptEngine.GetPropList(), root.getData(), "resolve property root", f… in ResolveRoot()
H A DC4ConsoleQt.cpp405 …C4Value graph_value = AulExec.DirectExec(::ScriptEngine.GetPropList(), path, "resolve graph edit",… in EditGraphControl()
H A DC4EditCursor.cpp677 AulExec.DirectExec(&::ScriptEngine, data.getData(), "object duplication", false, nullptr, true); in PerformDuplication()
H A DC4ConsoleQtPropListViewer.cpp729 …*out_val = AulExec.DirectExec(::ScriptEngine.GetPropList(), key->GetCStr(), "resolve effect", fals… in GetPropertyValue()
2617 …C4Value val = ::AulExec.DirectExec(&::ScriptEngine, str_data.getData(), "paste check", false, null… in PasteFromClipboard()
/dports/games/openclonk/openclonk-release-8.1-src/tests/
H A DDirectExecTest.cpp24 C4Value rVal(AulExec.DirectExec(nullptr, "5*8", "unit test script", false, nullptr)); in TEST()
/dports/games/openclonk/openclonk-release-8.1-src/src/object/
H A DC4ObjectMenu.cpp307 ::AulExec.DirectExec(nullptr, szCommand, "MenuCommand"); in MenuCommand()
H A DC4Object.cpp2459 return !! ::AulExec.DirectExec(this, szCommand, "MenuCommand"); in MenuCommand()
/dports/games/openclonk/openclonk-release-8.1-src/src/control/
H A DC4Control.cpp237 …C4Value rVal(AulExec.DirectExec(pPropList, szScript, "console script", false, fUseVarsFromCallerCo… in Execute()
341 …C4Value rv(::AulExec.DirectExec(::ScriptEngine.GetPropList(), script.getData(), "message board com… in Execute()
/dports/games/openclonk/openclonk-release-8.1-src/src/game/
H A DC4Game.cpp923 ::AulExec.ClearPointers(pObj); in ClearPointers()