We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Make lua bindings-generator support the namespace binding
Make lua bindings-generator support the namespace binding
Refactor #3626 [Closed]
Status: | Closed | |
---|---|---|
Start date: | 2014-01-09 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | lua | |
Target version: | 3.0-beta2 |
when the current bindings-generator binds the class with the same name in the different namespace,there will generate the replacement.For example,In the namespace cocos2d::extension has ScrollView and In the namespace cocos2d::gui also has ScrollView.when they are bound,the cocos2d::gui:ScrollView will replace the cocos2d::extension::ScrollView.It will lead to unknow error.