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

Function api_val_field_numeric

include/hx/CFFINekoLoader.h:206–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

204}
205
206double api_val_field_numeric(neko_value arg1,int arg2)
207{
208 neko_value field = dyn_val_field(arg1, arg2);
209 if (neko_val_is_number(field))
210 return api_val_number(field);
211 if (field==gNekoTrue)
212 return 1;
213 return 0;
214}
215
216
217

Callers

nothing calls this directly

Calls 1

api_val_numberFunction · 0.85

Tested by

no test coverage detected