Skip to content

overload function export to lua will error #247

@mirchd

Description

@mirchd

Hi,
when two overload member function has the same params nums, the "ifunction_overloaded.c" will judge the first style and break.
same as,
C++:
void Node:addChild(Node* child, int localZOrder, const std::string &name)
void Node:addChild(Node* child, int localZOrder, int tag)

lua:
paraentNode:addChild(subNode, 100, "subNodeName")

...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions