MCPcopy Create free account
hub / github.com/HaxeFoundation/hxcpp / SLJIT_CALL getFieldFloat

Function SLJIT_CALL getFieldFloat

src/hx/cppia/Cppia.cpp:2386–2391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2384}
2385
2386static void SLJIT_CALL getFieldFloat( hx::Object *instance, String *name, double *outValue )
2387{
2388 TRY_NATIVE
2389 *outValue = instance->__Field(*name, HX_PROP_DYNAMIC);
2390 CATCH_NATIVE
2391}
2392
2393static void SLJIT_CALL getFieldString( hx::Object *instance, String *name, String *outValue )
2394{

Callers

nothing calls this directly

Calls 1

__FieldMethod · 0.45

Tested by

no test coverage detected