| 1867 | } |
| 1868 | |
| 1869 | bool 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 | |
| 1875 | void *hx::Object::_hx_getInterface(int inId) |
| 1876 | { |