Fixing native proxied arrays At(..) type bindings
This commit is contained in:
parent
15f762cd16
commit
1f990d0829
|
@ -513,7 +513,7 @@ Script_{{o.name|norm_name}}.Method_{{m.name}}.ReturnValue(frm, stack
|
|||
cl.Define(vs);
|
||||
}
|
||||
{
|
||||
var fn = new FuncSymbolNative("At", types.T("{{token(o, 'bhl_native_arr_proxy').name}}"),
|
||||
var fn = new FuncSymbolNative("At", {{token(o, 'bhl_native_arr_proxy')|bhl_type_ref}},
|
||||
delegate(VM.Frame frm, ValStack stack, FuncArgsInfo args_info, ref BHS status)
|
||||
{
|
||||
#if !BHL_FRONT
|
||||
|
|
Loading…
Reference in New Issue