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

Function hxcpp_alloc_field_numeric

src/hx/CFFI.cpp:825–828  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

823 arg1->__SetField(__hxcpp_field_from_id(arg2),arg3, HX_PROP_DYNAMIC );
824}
825void hxcpp_alloc_field_numeric(hx::Object * arg1,int arg2,double arg3)
826{
827 return alloc_field_numeric(arg1,arg2,arg3);
828}
829
830
831

Callers

nothing calls this directly

Calls 1

alloc_field_numericFunction · 0.85

Tested by

no test coverage detected