mirror of https://github.com/axmolengine/axmol.git
Merge pull request #6137 from CocosRobot/update_lua_bindings_1396519852
[AUTO]: updating luabinding automatically
This commit is contained in:
commit
fe036c3870
|
@ -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
|
||||
|
|
|
@ -1 +1 @@
|
|||
267d1f0495a78314a85bcb6509c5111dc8a25242
|
||||
0df0891de897f9c846c5a731531bc371604ad381
|
|
@ -1556,6 +1556,8 @@ int register_all_cocos2dx(lua_State* tolua_S);
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue