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

Function __hxcpp_dbg_setScriptableValue

src/hx/cppia/CppiaModule.cpp:577–583  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575
576
577bool __hxcpp_dbg_setScriptableValue(hx::StackFrame *inFrame, String inName, ::Dynamic inValue)
578{
579 hx::ScriptCallable *callable = inFrame->position->scriptCallable;
580 if (callable)
581 return callable->setScriptableValue((unsigned char *)inFrame, inName, inValue);
582 return false;
583}
584
585#endif
586

Callers 1

SetVariableValueFunction · 0.85

Calls 1

setScriptableValueMethod · 0.80

Tested by

no test coverage detected