fixed func ptr binding
This commit is contained in:
parent
9d80229653
commit
12e4ca03e2
|
@ -456,7 +456,7 @@ Script_{{o.name|norm_name}}.Method_{{m.name}}.ReturnValue(frm, stack
|
|||
{%- else -%}
|
||||
|
||||
{%- if type is instanceof('\\mtgMetaFunc') -%}
|
||||
{{value}}.SetObj({{native}}, fld.Type)
|
||||
{{value}}.SetObj({{native}}, Types.Any)
|
||||
{%- endif -%}
|
||||
|
||||
{%- if type is instanceof('\\mtgArrType') -%}
|
||||
|
|
Loading…
Reference in New Issue