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

Function ScriptableSetField

src/hx/cppia/CppiaClasses.cpp:1869–1873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1867}
1868
1869bool ScriptableSetField(hx::Object *inObj, const ::String &inName, Dynamic inValue,hx::PropertyAccess inCallProp, Dynamic &outResult)
1870{
1871 void **vtable = inObj->__GetScriptVTable();
1872 return ((CppiaClassInfo *)vtable[-1])->setField(inObj,inName,inValue,inCallProp,outResult);
1873}
1874
1875void *hx::Object::_hx_getInterface(int inId)
1876{

Callers

nothing calls this directly

Calls 1

setFieldMethod · 0.80

Tested by

no test coverage detected