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

Function __hxcpp_dbg_getScriptableValue

src/hx/cppia/CppiaModule.cpp:568–574  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

566}
567
568bool __hxcpp_dbg_getScriptableValue(hx::StackFrame *inFrame, String inName, ::Dynamic &outValue)
569{
570 hx::ScriptCallable *callable = inFrame->position->scriptCallable;
571 if (callable)
572 return callable->getScriptableValue((unsigned char *)inFrame, inName, outValue);
573 return false;
574}
575
576
577bool __hxcpp_dbg_setScriptableValue(hx::StackFrame *inFrame, String inName, ::Dynamic inValue)

Callers 2

GetVariableValueFunction · 0.85
SetVariableValueFunction · 0.85

Calls 1

getScriptableValueMethod · 0.80

Tested by

no test coverage detected