cocos2d / bindings-generator

JSBindings generator for C++
170 stars 153 forks source link

supported functions call chain #146

Closed SunLightJuly closed 9 years ago

SunLightJuly commented 9 years ago

For example, supported Lua codes as:

local node = cc.Node:Create() :retain() :setContentSize(cc.size(display.width, display.height)) :addChild(sprite) ......

SunLightJuly commented 9 years ago

The manual binding files is modified in this PR: https://github.com/cocos2d/cocos2d-x/pull/9933