MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / __hxcpp_dbg_getScriptableVariables

Function __hxcpp_dbg_getScriptableVariables

src/hx/cppia/CppiaModule.cpp:561–566  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

559#ifdef HXCPP_STACK_SCRIPTABLE
560
561void __hxcpp_dbg_getScriptableVariables(hx::StackFrame *inFrame, ::Array<Dynamic> outNames)
562{
563 hx::ScriptCallable *callable = inFrame->position->scriptCallable;
564 if (callable)
565 callable->getScriptableVariables((unsigned char *)inFrame, outNames);
566}
567
568bool __hxcpp_dbg_getScriptableValue(hx::StackFrame *inFrame, String inName, ::Dynamic &outValue)
569{

Callers 1

GetStackVariablesFunction · 0.85

Calls 1

Tested by

no test coverage detected