| 823 | arg1->__SetField(__hxcpp_field_from_id(arg2),arg3, HX_PROP_DYNAMIC ); |
| 824 | } |
| 825 | void hxcpp_alloc_field_numeric(hx::Object * arg1,int arg2,double arg3) |
| 826 | { |
| 827 | return alloc_field_numeric(arg1,arg2,arg3); |
| 828 | } |
| 829 | |
| 830 | |
| 831 |
nothing calls this directly
no test coverage detected