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

Function ScriptableGetFields

src/hx/cppia/CppiaClasses.cpp:1863–1867  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1861}
1862
1863void ScriptableGetFields(hx::Object *inObject, Array< ::String> &outFields)
1864{
1865 void **vtable = inObject->__GetScriptVTable();
1866 return ((CppiaClassInfo *)vtable[-1])->GetInstanceFields(inObject,outFields);
1867}
1868
1869bool ScriptableSetField(hx::Object *inObj, const ::String &inName, Dynamic inValue,hx::PropertyAccess inCallProp, Dynamic &outResult)
1870{

Callers

nothing calls this directly

Calls 1

GetInstanceFieldsMethod · 0.45

Tested by

no test coverage detected