fx.reflection: function: update invocation to support new value-types

This commit is contained in:
2026-05-17 17:11:02 +01:00
parent f1258489d1
commit 61182e0153
4 changed files with 196 additions and 23 deletions
@@ -32,9 +32,9 @@ FX_API fx_function *fx_function_create(
const char *name,
fx_function_flags flags,
fx_function_impl impl,
const fx_value_type *args,
const fx_type_id *args,
size_t nr_args,
fx_value_type return_type);
fx_type_id return_type);
FX_API fx_status
fx_function_bind(fx_function *func, fx_value *args, size_t nr_args);
FX_API fx_status fx_function_invoke(