[AUTO]: updating luabinding automatically

This commit is contained in:
CocosRobot 2014-03-11 02:52:22 +00:00
parent 3622b03c7b
commit 725440fe3f
3 changed files with 7 additions and 1 deletions

View File

@ -11,6 +11,11 @@
-- @param self -- @param self
-- @return PhysicsContact::EventCode#PhysicsContact::EventCode ret (return value: cc.PhysicsContact::EventCode) -- @return PhysicsContact::EventCode#PhysicsContact::EventCode ret (return value: cc.PhysicsContact::EventCode)
--------------------------------
-- @function [parent=#PhysicsContact] getPreContactData
-- @param self
-- @return PhysicsContactData#PhysicsContactData ret (return value: cc.PhysicsContactData)
-------------------------------- --------------------------------
-- @function [parent=#PhysicsContact] getShapeA -- @function [parent=#PhysicsContact] getShapeA
-- @param self -- @param self

View File

@ -1 +1 @@
6f6bb7571ab92f9757a753c243a5061fd64a3fbd 9ee0235aac42ea657853d56947716b3fc8fee2c2

View File

@ -261,6 +261,7 @@ int register_all_cocos2dx_physics(lua_State* tolua_S);
#endif // __cocos2dx_physics_h__ #endif // __cocos2dx_physics_h__