diff --git a/tpl/bhl_bind_macro.twig b/tpl/bhl_bind_macro.twig index 427446d..2ff87a7 100644 --- a/tpl/bhl_bind_macro.twig +++ b/tpl/bhl_bind_macro.twig @@ -836,7 +836,7 @@ Script_{{o.name|norm_name}}.Method_{{m.name}}.ReturnValue(frm, stack { {% for m in o.getfuncs %} - {{ _self.func_native_local_fn(m, m.name, '__self.', o) }} + {{ _self.func_native_local_fn(m, o.name|norm_name ~ '_' ~ m.name, '__self.', o) }} {% endfor %}