bindings-generator icon indicating copy to clipboard operation
bindings-generator copied to clipboard

overload function export to lua will error

Open mirchd opened this issue 5 years ago • 1 comments

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")

...

mirchd avatar Sep 29 '18 03:09 mirchd