Merge pull request #6137 from CocosRobot/update_lua_bindings_1396519852

[AUTO]: updating luabinding automatically
This commit is contained in:
James Chen 2014-04-03 18:16:55 +08:00
commit fe036c3870
3 changed files with 13 additions and 1 deletions

View File

@ -3,11 +3,21 @@
-- @module EventListener
-- @extend Ref
--------------------------------
-- @function [parent=#EventListener] setEnabled
-- @param self
-- @param #bool bool
--------------------------------
-- @function [parent=#EventListener] clone
-- @param self
-- @return EventListener#EventListener ret (return value: cc.EventListener)
--------------------------------
-- @function [parent=#EventListener] isEnabled
-- @param self
-- @return bool#bool ret (return value: bool)
--------------------------------
-- @function [parent=#EventListener] checkAvailable
-- @param self

View File

@ -1 +1 @@
267d1f0495a78314a85bcb6509c5111dc8a25242
0df0891de897f9c846c5a731531bc371604ad381

View File

@ -1556,6 +1556,8 @@ int register_all_cocos2dx(lua_State* tolua_S);