/lua/cocos2dx_support/LuaCocos2d.cpp
https://github.com/ciaranj/cocos2d-x · C++ · 1324 lines · 1161 code · 156 blank · 7 comment · 0 complexity · 76c64d8da2b8882dd262ab20aa44fd9a MD5 · raw file
- /*
- ** Lua binding: Cocos2d
- ** Generated automatically by tolua++-1.0.92 on 09/27/11 23:04:35.
- */
-
- #include "LuaCocos2d.h"
-
- #ifndef __cplusplus
- #include "stdlib.h"
- #endif
- #include "string.h"
-
- #include "tolua++.h"
-
- using namespace cocos2d;
-
- /* Exported function */
- TOLUA_API int tolua_Cocos2d_open (lua_State* tolua_S);
-
- /* function to release collected object via destructor */
- #ifdef __cplusplus
-
- static int tolua_collect_cocos2d__CCLayer (lua_State* tolua_S)
- {
- cocos2d::CCLayer* self = (cocos2d::CCLayer*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCRenderTexture (lua_State* tolua_S)
- {
- cocos2d::CCRenderTexture* self = (cocos2d::CCRenderTexture*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__ccV3F_C4B_T2F_Quad (lua_State* tolua_S)
- {
- cocos2d::ccV3F_C4B_T2F_Quad* self = (cocos2d::ccV3F_C4B_T2F_Quad*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCProgressTimer (lua_State* tolua_S)
- {
- cocos2d::CCProgressTimer* self = (cocos2d::CCProgressTimer*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_std__vector_cocos2d__CCSpriteFrame____iterator (lua_State* tolua_S)
- {
- std::vector<cocos2d::CCSpriteFrame*>::iterator* self = (std::vector<cocos2d::CCSpriteFrame*>::iterator*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCMutableDictionary_std__string_CCObject__ (lua_State* tolua_S)
- {
- cocos2d::CCMutableDictionary<std::string,CCObject*>* self = (cocos2d::CCMutableDictionary<std::string,CCObject*>*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCSize (lua_State* tolua_S)
- {
- cocos2d::CCSize* self = (cocos2d::CCSize*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCSet (lua_State* tolua_S)
- {
- cocos2d::CCSet* self = (cocos2d::CCSet*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCStandardTouchDelegate (lua_State* tolua_S)
- {
- cocos2d::CCStandardTouchDelegate* self = (cocos2d::CCStandardTouchDelegate*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__EGLTouchDelegate (lua_State* tolua_S)
- {
- cocos2d::EGLTouchDelegate* self = (cocos2d::EGLTouchDelegate*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__ccVertex3F (lua_State* tolua_S)
- {
- cocos2d::ccVertex3F* self = (cocos2d::ccVertex3F*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCRepeatForever (lua_State* tolua_S)
- {
- cocos2d::CCRepeatForever* self = (cocos2d::CCRepeatForever*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__ccGridSize (lua_State* tolua_S)
- {
- cocos2d::ccGridSize* self = (cocos2d::ccGridSize*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionFadeTR (lua_State* tolua_S)
- {
- cocos2d::CCTransitionFadeTR* self = (cocos2d::CCTransitionFadeTR*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCParticleExplosion (lua_State* tolua_S)
- {
- cocos2d::CCParticleExplosion* self = (cocos2d::CCParticleExplosion*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCObject (lua_State* tolua_S)
- {
- cocos2d::CCObject* self = (cocos2d::CCObject*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionSlideInR (lua_State* tolua_S)
- {
- cocos2d::CCTransitionSlideInR* self = (cocos2d::CCTransitionSlideInR*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionRadialCCW (lua_State* tolua_S)
- {
- cocos2d::CCTransitionRadialCCW* self = (cocos2d::CCTransitionRadialCCW*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTileMapAtlas (lua_State* tolua_S)
- {
- cocos2d::CCTileMapAtlas* self = (cocos2d::CCTileMapAtlas*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCCamera (lua_State* tolua_S)
- {
- cocos2d::CCCamera* self = (cocos2d::CCCamera*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCMenuItemSprite (lua_State* tolua_S)
- {
- cocos2d::CCMenuItemSprite* self = (cocos2d::CCMenuItemSprite*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCRibbonSegment (lua_State* tolua_S)
- {
- cocos2d::CCRibbonSegment* self = (cocos2d::CCRibbonSegment*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCParallaxNode (lua_State* tolua_S)
- {
- cocos2d::CCParallaxNode* self = (cocos2d::CCParallaxNode*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCCallFuncN (lua_State* tolua_S)
- {
- cocos2d::CCCallFuncN* self = (cocos2d::CCCallFuncN*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__ccColor4B (lua_State* tolua_S)
- {
- cocos2d::ccColor4B* self = (cocos2d::ccColor4B*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__ccBlendFunc (lua_State* tolua_S)
- {
- cocos2d::ccBlendFunc* self = (cocos2d::ccBlendFunc*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCSpriteBatchNode (lua_State* tolua_S)
- {
- cocos2d::CCSpriteBatchNode* self = (cocos2d::CCSpriteBatchNode*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionFadeDown (lua_State* tolua_S)
- {
- cocos2d::CCTransitionFadeDown* self = (cocos2d::CCTransitionFadeDown*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionFlipX (lua_State* tolua_S)
- {
- cocos2d::CCTransitionFlipX* self = (cocos2d::CCTransitionFlipX*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionTurnOffTiles (lua_State* tolua_S)
- {
- cocos2d::CCTransitionTurnOffTiles* self = (cocos2d::CCTransitionTurnOffTiles*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionScene (lua_State* tolua_S)
- {
- cocos2d::CCTransitionScene* self = (cocos2d::CCTransitionScene*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__ccTex2F (lua_State* tolua_S)
- {
- cocos2d::ccTex2F* self = (cocos2d::ccTex2F*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_std__vector_cocos2d__CCObject____iterator (lua_State* tolua_S)
- {
- std::vector<cocos2d::CCObject*>::iterator* self = (std::vector<cocos2d::CCObject*>::iterator*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCCallFunc (lua_State* tolua_S)
- {
- cocos2d::CCCallFunc* self = (cocos2d::CCCallFunc*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTMXMapInfo (lua_State* tolua_S)
- {
- cocos2d::CCTMXMapInfo* self = (cocos2d::CCTMXMapInfo*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCMenuItemLabel (lua_State* tolua_S)
- {
- cocos2d::CCMenuItemLabel* self = (cocos2d::CCMenuItemLabel*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionCrossFade (lua_State* tolua_S)
- {
- cocos2d::CCTransitionCrossFade* self = (cocos2d::CCTransitionCrossFade*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCScene (lua_State* tolua_S)
- {
- cocos2d::CCScene* self = (cocos2d::CCScene*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionFlipAngular (lua_State* tolua_S)
- {
- cocos2d::CCTransitionFlipAngular* self = (cocos2d::CCTransitionFlipAngular*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCLabelBMFont (lua_State* tolua_S)
- {
- cocos2d::CCLabelBMFont* self = (cocos2d::CCLabelBMFont*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCCallFuncO (lua_State* tolua_S)
- {
- cocos2d::CCCallFuncO* self = (cocos2d::CCCallFuncO*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCActionCamera (lua_State* tolua_S)
- {
- cocos2d::CCActionCamera* self = (cocos2d::CCActionCamera*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCAction (lua_State* tolua_S)
- {
- cocos2d::CCAction* self = (cocos2d::CCAction*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__SelectorProtocol (lua_State* tolua_S)
- {
- cocos2d::SelectorProtocol* self = (cocos2d::SelectorProtocol*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCAccelAmplitude (lua_State* tolua_S)
- {
- cocos2d::CCAccelAmplitude* self = (cocos2d::CCAccelAmplitude*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCRibbon (lua_State* tolua_S)
- {
- cocos2d::CCRibbon* self = (cocos2d::CCRibbon*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionFade (lua_State* tolua_S)
- {
- cocos2d::CCTransitionFade* self = (cocos2d::CCTransitionFade*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionFlipY (lua_State* tolua_S)
- {
- cocos2d::CCTransitionFlipY* self = (cocos2d::CCTransitionFlipY*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCSpriteFrameCache (lua_State* tolua_S)
- {
- cocos2d::CCSpriteFrameCache* self = (cocos2d::CCSpriteFrameCache*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTexture2D (lua_State* tolua_S)
- {
- cocos2d::CCTexture2D* self = (cocos2d::CCTexture2D*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCLayerColor (lua_State* tolua_S)
- {
- cocos2d::CCLayerColor* self = (cocos2d::CCLayerColor*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCHide (lua_State* tolua_S)
- {
- cocos2d::CCHide* self = (cocos2d::CCHide*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTouchDelegate (lua_State* tolua_S)
- {
- cocos2d::CCTouchDelegate* self = (cocos2d::CCTouchDelegate*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCMenuItemImage (lua_State* tolua_S)
- {
- cocos2d::CCMenuItemImage* self = (cocos2d::CCMenuItemImage*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTMXTiledMap (lua_State* tolua_S)
- {
- cocos2d::CCTMXTiledMap* self = (cocos2d::CCTMXTiledMap*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionSplitRows (lua_State* tolua_S)
- {
- cocos2d::CCTransitionSplitRows* self = (cocos2d::CCTransitionSplitRows*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCMutableArray_CCObject__ (lua_State* tolua_S)
- {
- cocos2d::CCMutableArray<CCObject*>* self = (cocos2d::CCMutableArray<CCObject*>*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTextureCache (lua_State* tolua_S)
- {
- cocos2d::CCTextureCache* self = (cocos2d::CCTextureCache*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_std__vector_std__string_ (lua_State* tolua_S)
- {
- std::vector<std::string>* self = (std::vector<std::string>*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionSlideInB (lua_State* tolua_S)
- {
- cocos2d::CCTransitionSlideInB* self = (cocos2d::CCTransitionSlideInB*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionZoomFlipX (lua_State* tolua_S)
- {
- cocos2d::CCTransitionZoomFlipX* self = (cocos2d::CCTransitionZoomFlipX*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCActionManager (lua_State* tolua_S)
- {
- cocos2d::CCActionManager* self = (cocos2d::CCActionManager*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCDeccelAmplitude (lua_State* tolua_S)
- {
- cocos2d::CCDeccelAmplitude* self = (cocos2d::CCDeccelAmplitude*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_std__vector_cocos2d__CCSpriteFrame____reverse_iterator (lua_State* tolua_S)
- {
- std::vector<cocos2d::CCSpriteFrame*>::reverse_iterator* self = (std::vector<cocos2d::CCSpriteFrame*>::reverse_iterator*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionSplitCols (lua_State* tolua_S)
- {
- cocos2d::CCTransitionSplitCols* self = (cocos2d::CCTransitionSplitCols*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionSlideInT (lua_State* tolua_S)
- {
- cocos2d::CCTransitionSlideInT* self = (cocos2d::CCTransitionSlideInT*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCLayerMultiplex (lua_State* tolua_S)
- {
- cocos2d::CCLayerMultiplex* self = (cocos2d::CCLayerMultiplex*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCMutableArray_CCSpriteFrame__ (lua_State* tolua_S)
- {
- cocos2d::CCMutableArray<CCSpriteFrame*>* self = (cocos2d::CCMutableArray<CCSpriteFrame*>*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCMenuItem (lua_State* tolua_S)
- {
- cocos2d::CCMenuItem* self = (cocos2d::CCMenuItem*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionMoveInT (lua_State* tolua_S)
- {
- cocos2d::CCTransitionMoveInT* self = (cocos2d::CCTransitionMoveInT*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTextureAtlas (lua_State* tolua_S)
- {
- cocos2d::CCTextureAtlas* self = (cocos2d::CCTextureAtlas*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCFlipY (lua_State* tolua_S)
- {
- cocos2d::CCFlipY* self = (cocos2d::CCFlipY*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_CCAffineTransform (lua_State* tolua_S)
- {
- CCAffineTransform* self = (CCAffineTransform*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCNode (lua_State* tolua_S)
- {
- cocos2d::CCNode* self = (cocos2d::CCNode*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCString (lua_State* tolua_S)
- {
- cocos2d::CCString* self = (cocos2d::CCString*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCAnimationCache (lua_State* tolua_S)
- {
- cocos2d::CCAnimationCache* self = (cocos2d::CCAnimationCache*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCDirector (lua_State* tolua_S)
- {
- cocos2d::CCDirector* self = (cocos2d::CCDirector*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTouch (lua_State* tolua_S)
- {
- cocos2d::CCTouch* self = (cocos2d::CCTouch*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCToggleVisibility (lua_State* tolua_S)
- {
- cocos2d::CCToggleVisibility* self = (cocos2d::CCToggleVisibility*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCParticleSnow (lua_State* tolua_S)
- {
- cocos2d::CCParticleSnow* self = (cocos2d::CCParticleSnow*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionZoomFlipAngular (lua_State* tolua_S)
- {
- cocos2d::CCTransitionZoomFlipAngular* self = (cocos2d::CCTransitionZoomFlipAngular*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_std__vector_cocos2d__CCFiniteTimeAction____reverse_iterator (lua_State* tolua_S)
- {
- std::vector<cocos2d::CCFiniteTimeAction*>::reverse_iterator* self = (std::vector<cocos2d::CCFiniteTimeAction*>::reverse_iterator*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionFadeBL (lua_State* tolua_S)
- {
- cocos2d::CCTransitionFadeBL* self = (cocos2d::CCTransitionFadeBL*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCParticleSpiral (lua_State* tolua_S)
- {
- cocos2d::CCParticleSpiral* self = (cocos2d::CCParticleSpiral*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionFadeUp (lua_State* tolua_S)
- {
- cocos2d::CCTransitionFadeUp* self = (cocos2d::CCTransitionFadeUp*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCParticleMeteor (lua_State* tolua_S)
- {
- cocos2d::CCParticleMeteor* self = (cocos2d::CCParticleMeteor*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionRadialCW (lua_State* tolua_S)
- {
- cocos2d::CCTransitionRadialCW* self = (cocos2d::CCTransitionRadialCW*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCParticleGalaxy (lua_State* tolua_S)
- {
- cocos2d::CCParticleGalaxy* self = (cocos2d::CCParticleGalaxy*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCParticleSun (lua_State* tolua_S)
- {
- cocos2d::CCParticleSun* self = (cocos2d::CCParticleSun*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__ccColor4F (lua_State* tolua_S)
- {
- cocos2d::ccColor4F* self = (cocos2d::ccColor4F*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionZoomFlipY (lua_State* tolua_S)
- {
- cocos2d::CCTransitionZoomFlipY* self = (cocos2d::CCTransitionZoomFlipY*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCParticleFireworks (lua_State* tolua_S)
- {
- cocos2d::CCParticleFireworks* self = (cocos2d::CCParticleFireworks*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCParticleFire (lua_State* tolua_S)
- {
- cocos2d::CCParticleFire* self = (cocos2d::CCParticleFire*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCParticleSystem (lua_State* tolua_S)
- {
- cocos2d::CCParticleSystem* self = (cocos2d::CCParticleSystem*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCMotionStreak (lua_State* tolua_S)
- {
- cocos2d::CCMotionStreak* self = (cocos2d::CCMotionStreak*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCMenuItemToggle (lua_State* tolua_S)
- {
- cocos2d::CCMenuItemToggle* self = (cocos2d::CCMenuItemToggle*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCShow (lua_State* tolua_S)
- {
- cocos2d::CCShow* self = (cocos2d::CCShow*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCMenu (lua_State* tolua_S)
- {
- cocos2d::CCMenu* self = (cocos2d::CCMenu*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_std__vector_cocos2d__CCObject____reverse_iterator (lua_State* tolua_S)
- {
- std::vector<cocos2d::CCObject*>::reverse_iterator* self = (std::vector<cocos2d::CCObject*>::reverse_iterator*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCMenuItemFont (lua_State* tolua_S)
- {
- cocos2d::CCMenuItemFont* self = (cocos2d::CCMenuItemFont*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCFollow (lua_State* tolua_S)
- {
- cocos2d::CCFollow* self = (cocos2d::CCFollow*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCPlace (lua_State* tolua_S)
- {
- cocos2d::CCPlace* self = (cocos2d::CCPlace*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionMoveInR (lua_State* tolua_S)
- {
- cocos2d::CCTransitionMoveInR* self = (cocos2d::CCTransitionMoveInR*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCMenuItemAtlasFont (lua_State* tolua_S)
- {
- cocos2d::CCMenuItemAtlasFont* self = (cocos2d::CCMenuItemAtlasFont*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionSlideInL (lua_State* tolua_S)
- {
- cocos2d::CCTransitionSlideInL* self = (cocos2d::CCTransitionSlideInL*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__ccColor3B (lua_State* tolua_S)
- {
- cocos2d::ccColor3B* self = (cocos2d::ccColor3B*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCParticleRain (lua_State* tolua_S)
- {
- cocos2d::CCParticleRain* self = (cocos2d::CCParticleRain*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTMXObjectGroup (lua_State* tolua_S)
- {
- cocos2d::CCTMXObjectGroup* self = (cocos2d::CCTMXObjectGroup*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionMoveInB (lua_State* tolua_S)
- {
- cocos2d::CCTransitionMoveInB* self = (cocos2d::CCTransitionMoveInB*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCScheduler (lua_State* tolua_S)
- {
- cocos2d::CCScheduler* self = (cocos2d::CCScheduler*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCLabelAtlas (lua_State* tolua_S)
- {
- cocos2d::CCLabelAtlas* self = (cocos2d::CCLabelAtlas*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCKeypadDispatcher (lua_State* tolua_S)
- {
- cocos2d::CCKeypadDispatcher* self = (cocos2d::CCKeypadDispatcher*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCEaseRateAction (lua_State* tolua_S)
- {
- cocos2d::CCEaseRateAction* self = (cocos2d::CCEaseRateAction*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionMoveInL (lua_State* tolua_S)
- {
- cocos2d::CCTransitionMoveInL* self = (cocos2d::CCTransitionMoveInL*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCLabelTTF (lua_State* tolua_S)
- {
- cocos2d::CCLabelTTF* self = (cocos2d::CCLabelTTF*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCPoolManager (lua_State* tolua_S)
- {
- cocos2d::CCPoolManager* self = (cocos2d::CCPoolManager*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCSpriteFrame (lua_State* tolua_S)
- {
- cocos2d::CCSpriteFrame* self = (cocos2d::CCSpriteFrame*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCFiniteTimeAction (lua_State* tolua_S)
- {
- cocos2d::CCFiniteTimeAction* self = (cocos2d::CCFiniteTimeAction*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTimer (lua_State* tolua_S)
- {
- cocos2d::CCTimer* self = (cocos2d::CCTimer*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCAutoreleasePool (lua_State* tolua_S)
- {
- cocos2d::CCAutoreleasePool* self = (cocos2d::CCAutoreleasePool*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCAccelDeccelAmplitude (lua_State* tolua_S)
- {
- cocos2d::CCAccelDeccelAmplitude* self = (cocos2d::CCAccelDeccelAmplitude*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionShrinkGrow (lua_State* tolua_S)
- {
- cocos2d::CCTransitionShrinkGrow* self = (cocos2d::CCTransitionShrinkGrow*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCPoint (lua_State* tolua_S)
- {
- cocos2d::CCPoint* self = (cocos2d::CCPoint*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionSceneOriented (lua_State* tolua_S)
- {
- cocos2d::CCTransitionSceneOriented* self = (cocos2d::CCTransitionSceneOriented*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCAtlasNode (lua_State* tolua_S)
- {
- cocos2d::CCAtlasNode* self = (cocos2d::CCAtlasNode*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCSkewTo (lua_State* tolua_S)
- {
- cocos2d::CCSkewTo* self = (cocos2d::CCSkewTo*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCUserDefault (lua_State* tolua_S)
- {
- cocos2d::CCUserDefault* self = (cocos2d::CCUserDefault*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCParticleSmoke (lua_State* tolua_S)
- {
- cocos2d::CCParticleSmoke* self = (cocos2d::CCParticleSmoke*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCOrbitCamera (lua_State* tolua_S)
- {
- cocos2d::CCOrbitCamera* self = (cocos2d::CCOrbitCamera*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCFlipX (lua_State* tolua_S)
- {
- cocos2d::CCFlipX* self = (cocos2d::CCFlipX*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCActionInstant (lua_State* tolua_S)
- {
- cocos2d::CCActionInstant* self = (cocos2d::CCActionInstant*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCSpeed (lua_State* tolua_S)
- {
- cocos2d::CCSpeed* self = (cocos2d::CCSpeed*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCRect (lua_State* tolua_S)
- {
- cocos2d::CCRect* self = (cocos2d::CCRect*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTextFieldTTF (lua_State* tolua_S)
- {
- cocos2d::CCTextFieldTTF* self = (cocos2d::CCTextFieldTTF*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTargetedTouchDelegate (lua_State* tolua_S)
- {
- cocos2d::CCTargetedTouchDelegate* self = (cocos2d::CCTargetedTouchDelegate*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTMXTilesetInfo (lua_State* tolua_S)
- {
- cocos2d::CCTMXTilesetInfo* self = (cocos2d::CCTMXTilesetInfo*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionJumpZoom (lua_State* tolua_S)
- {
- cocos2d::CCTransitionJumpZoom* self = (cocos2d::CCTransitionJumpZoom*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCMutableArray_CCFiniteTimeAction__ (lua_State* tolua_S)
- {
- cocos2d::CCMutableArray<CCFiniteTimeAction*>* self = (cocos2d::CCMutableArray<CCFiniteTimeAction*>*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTMXLayer (lua_State* tolua_S)
- {
- cocos2d::CCTMXLayer* self = (cocos2d::CCTMXLayer*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTouchDispatcher (lua_State* tolua_S)
- {
- cocos2d::CCTouchDispatcher* self = (cocos2d::CCTouchDispatcher*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionRotoZoom (lua_State* tolua_S)
- {
- cocos2d::CCTransitionRotoZoom* self = (cocos2d::CCTransitionRotoZoom*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTMXLayerInfo (lua_State* tolua_S)
- {
- cocos2d::CCTMXLayerInfo* self = (cocos2d::CCTMXLayerInfo*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCBMFontConfiguration (lua_State* tolua_S)
- {
- cocos2d::CCBMFontConfiguration* self = (cocos2d::CCBMFontConfiguration*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_std__vector_cocos2d__CCFiniteTimeAction____iterator (lua_State* tolua_S)
- {
- std::vector<cocos2d::CCFiniteTimeAction*>::iterator* self = (std::vector<cocos2d::CCFiniteTimeAction*>::iterator*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__ccVertex2F (lua_State* tolua_S)
- {
- cocos2d::ccVertex2F* self = (cocos2d::ccVertex2F*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_std__set_cocos2d__CCObject____iterator (lua_State* tolua_S)
- {
- std::set<cocos2d::CCObject*>::iterator* self = (std::set<cocos2d::CCObject*>::iterator*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCSprite (lua_State* tolua_S)
- {
- cocos2d::CCSprite* self = (cocos2d::CCSprite*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
-
- static int tolua_collect_cocos2d__CCTransitionPageTurn (lua_State* tolua_S)
- {
- cocos2d::CCTransitionPageTurn* self = (cocos2d::CCTransitionPageTurn*) tolua_tousertype(tolua_S,1,0);
- Mtolua_delete(self);
- return 0;
- }
- #endif
-
-
- /* function to register type */
- static void tolua_reg_types (lua_State* tolua_S)
- {
- #ifndef Mtolua_typeid
- #define Mtolua_typeid(L,TI,T)
- #endif
- tolua_usertype(tolua_S,"cocos2d::CCEaseOut");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCEaseOut), "cocos2d::CCEaseOut");
- tolua_usertype(tolua_S,"cocos2d::CCMutableArray<CCTMXTilesetInfo*>");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCMutableArray<CCTMXTilesetInfo*>), "cocos2d::CCMutableArray<CCTMXTilesetInfo*>");
- tolua_usertype(tolua_S,"cocos2d::CCZone");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCZone), "cocos2d::CCZone");
- tolua_usertype(tolua_S,"cocos2d::CCProgressTimer");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCProgressTimer), "cocos2d::CCProgressTimer");
- tolua_usertype(tolua_S,"cocos2d::CCScaleBy");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCScaleBy), "cocos2d::CCScaleBy");
- tolua_usertype(tolua_S,"cocos2d::CCArray");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCArray), "cocos2d::CCArray");
- tolua_usertype(tolua_S,"cocos2d::CCProjectionProtocol");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCProjectionProtocol), "cocos2d::CCProjectionProtocol");
- tolua_usertype(tolua_S,"std::vector<cocos2d::CCSpriteFrame*>::iterator");
- Mtolua_typeid(tolua_S,typeid(std::vector<cocos2d::CCSpriteFrame*>::iterator), "std::vector<cocos2d::CCSpriteFrame*>::iterator");
- tolua_usertype(tolua_S,"cocos2d::CCSpriteFrame");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCSpriteFrame), "cocos2d::CCSpriteFrame");
- tolua_usertype(tolua_S,"cocos2d::CCDelayTime");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCDelayTime), "cocos2d::CCDelayTime");
- tolua_usertype(tolua_S,"cocos2d::CCSize");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCSize), "cocos2d::CCSize");
- tolua_usertype(tolua_S,"cocos2d::CCMutableArray<CCNode*>");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCMutableArray<CCNode*>), "cocos2d::CCMutableArray<CCNode*>");
- tolua_usertype(tolua_S,"cocos2d::CCOrbitCamera");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCOrbitCamera), "cocos2d::CCOrbitCamera");
- tolua_usertype(tolua_S,"cocos2d::CCRepeatForever");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCRepeatForever), "cocos2d::CCRepeatForever");
- tolua_usertype(tolua_S,"cocos2d::CCSkewBy");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCSkewBy), "cocos2d::CCSkewBy");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionFadeTR");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionFadeTR), "cocos2d::CCTransitionFadeTR");
- tolua_usertype(tolua_S,"cocos2d::CCGridAction");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCGridAction), "cocos2d::CCGridAction");
- tolua_usertype(tolua_S,"cocos2d::CCParticleExplosion");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCParticleExplosion), "cocos2d::CCParticleExplosion");
- tolua_usertype(tolua_S,"cocos2d::CCMutableArray<CCObject*>");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCMutableArray<CCObject*>), "cocos2d::CCMutableArray<CCObject*>");
- tolua_usertype(tolua_S,"cocos2d::CCMutableArray<CCTMXLayerInfo*>");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCMutableArray<CCTMXLayerInfo*>), "cocos2d::CCMutableArray<CCTMXLayerInfo*>");
- tolua_usertype(tolua_S,"cocos2d::CCCamera");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCCamera), "cocos2d::CCCamera");
- tolua_usertype(tolua_S,"CCIMEDispatcher");
- Mtolua_typeid(tolua_S,typeid(CCIMEDispatcher), "CCIMEDispatcher");
- tolua_usertype(tolua_S,"tCCParticle");
- Mtolua_typeid(tolua_S,typeid(tCCParticle), "tCCParticle");
- tolua_usertype(tolua_S,"cocos2d::CCSpawn");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCSpawn), "cocos2d::CCSpawn");
- tolua_usertype(tolua_S,"cocos2d::CCCallFuncN");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCCallFuncN), "cocos2d::CCCallFuncN");
- tolua_usertype(tolua_S,"cocos2d::ccTexParams");
- Mtolua_typeid(tolua_S,typeid(cocos2d::ccTexParams), "cocos2d::ccTexParams");
- tolua_usertype(tolua_S,"cocos2d::ccBlendFunc");
- Mtolua_typeid(tolua_S,typeid(cocos2d::ccBlendFunc), "cocos2d::ccBlendFunc");
- tolua_usertype(tolua_S,"cocos2d::CCJumpBy");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCJumpBy), "cocos2d::CCJumpBy");
- tolua_usertype(tolua_S,"cocos2d::CCRipple3D");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCRipple3D), "cocos2d::CCRipple3D");
- tolua_usertype(tolua_S,"cocos2d::ccQuad2");
- Mtolua_typeid(tolua_S,typeid(cocos2d::ccQuad2), "cocos2d::ccQuad2");
- tolua_usertype(tolua_S,"cocos2d::CCTouchHandler");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTouchHandler), "cocos2d::CCTouchHandler");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionScene");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionScene), "cocos2d::CCTransitionScene");
- tolua_usertype(tolua_S,"cocos2d::CCGridBase");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCGridBase), "cocos2d::CCGridBase");
- tolua_usertype(tolua_S,"cocos2d::CCProgressTo");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCProgressTo), "cocos2d::CCProgressTo");
- tolua_usertype(tolua_S,"cocos2d::CCTMXMapInfo");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTMXMapInfo), "cocos2d::CCTMXMapInfo");
- tolua_usertype(tolua_S,"cocos2d::CCMenuItemLabel");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCMenuItemLabel), "cocos2d::CCMenuItemLabel");
- tolua_usertype(tolua_S,"cocos2d::ccVertex2F");
- Mtolua_typeid(tolua_S,typeid(cocos2d::ccVertex2F), "cocos2d::ccVertex2F");
- tolua_usertype(tolua_S,"cocos2d::CCBezierTo");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCBezierTo), "cocos2d::CCBezierTo");
- tolua_usertype(tolua_S,"cocos2d::CCCallFuncO");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCCallFuncO), "cocos2d::CCCallFuncO");
- tolua_usertype(tolua_S,"cocos2d::CCFlipX");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCFlipX), "cocos2d::CCFlipX");
- tolua_usertype(tolua_S,"cocos2d::CCBlendProtocol");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCBlendProtocol), "cocos2d::CCBlendProtocol");
- tolua_usertype(tolua_S,"cocos2d::CCFadeOutTRTiles");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCFadeOutTRTiles), "cocos2d::CCFadeOutTRTiles");
- tolua_usertype(tolua_S,"cocos2d::CCTextureProtocol");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTextureProtocol), "cocos2d::CCTextureProtocol");
- tolua_usertype(tolua_S,"cocos2d::CCFadeTo");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCFadeTo), "cocos2d::CCFadeTo");
- tolua_usertype(tolua_S,"cocos2d::SelectorProtocol");
- Mtolua_typeid(tolua_S,typeid(cocos2d::SelectorProtocol), "cocos2d::SelectorProtocol");
- tolua_usertype(tolua_S,"cocos2d::CCBlink");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCBlink), "cocos2d::CCBlink");
- tolua_usertype(tolua_S,"cocos2d::CCAccelAmplitude");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCAccelAmplitude), "cocos2d::CCAccelAmplitude");
- tolua_usertype(tolua_S,"SEL_CallFuncN");
- Mtolua_typeid(tolua_S,typeid(SEL_CallFuncN), "SEL_CallFuncN");
- tolua_usertype(tolua_S,"cocos2d::Tile");
- Mtolua_typeid(tolua_S,typeid(cocos2d::Tile), "cocos2d::Tile");
- tolua_usertype(tolua_S,"cocos2d::CCRibbon");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCRibbon), "cocos2d::CCRibbon");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionFade");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionFade), "cocos2d::CCTransitionFade");
- tolua_usertype(tolua_S,"cocos2d::CCFlipX3D");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCFlipX3D), "cocos2d::CCFlipX3D");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionFlipY");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionFlipY), "cocos2d::CCTransitionFlipY");
- tolua_usertype(tolua_S,"cocos2d::CCRotateBy");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCRotateBy), "cocos2d::CCRotateBy");
- tolua_usertype(tolua_S,"cocos2d::CCParticleSystem");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCParticleSystem), "cocos2d::CCParticleSystem");
- tolua_usertype(tolua_S,"CCSAXDelegator");
- Mtolua_typeid(tolua_S,typeid(CCSAXDelegator), "CCSAXDelegator");
- tolua_usertype(tolua_S,"cocos2d::CCMoveTo");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCMoveTo), "cocos2d::CCMoveTo");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionMoveInB");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionMoveInB), "cocos2d::CCTransitionMoveInB");
- tolua_usertype(tolua_S,"cocos2d::sImageTGA");
- Mtolua_typeid(tolua_S,typeid(cocos2d::sImageTGA), "cocos2d::sImageTGA");
- tolua_usertype(tolua_S,"CCTiledGrid3DAction");
- Mtolua_typeid(tolua_S,typeid(CCTiledGrid3DAction), "CCTiledGrid3DAction");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionSplitRows");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionSplitRows), "cocos2d::CCTransitionSplitRows");
- tolua_usertype(tolua_S,"cocos2d::CCMutableArray<CCObject*>");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCMutableArray<CCObject*>), "cocos2d::CCMutableArray<CCObject*>");
- tolua_usertype(tolua_S,"cocos2d::CCFadeOutDownTiles");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCFadeOutDownTiles), "cocos2d::CCFadeOutDownTiles");
- tolua_usertype(tolua_S,"cocos2d::CCParticleFire");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCParticleFire), "cocos2d::CCParticleFire");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionShrinkGrow");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionShrinkGrow), "cocos2d::CCTransitionShrinkGrow");
- tolua_usertype(tolua_S,"std::vector<cocos2d::CCSpriteFrame*>::reverse_iterator");
- Mtolua_typeid(tolua_S,typeid(std::vector<cocos2d::CCSpriteFrame*>::reverse_iterator), "std::vector<cocos2d::CCSpriteFrame*>::reverse_iterator");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionSplitCols");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionSplitCols), "cocos2d::CCTransitionSplitCols");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionSlideInT");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionSlideInT), "cocos2d::CCTransitionSlideInT");
- tolua_usertype(tolua_S,"cocos2d::CCEaseBackIn");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCEaseBackIn), "cocos2d::CCEaseBackIn");
- tolua_usertype(tolua_S,"cocos2d::ccV2F_C4B_T2F");
- Mtolua_typeid(tolua_S,typeid(cocos2d::ccV2F_C4B_T2F), "cocos2d::ccV2F_C4B_T2F");
- tolua_usertype(tolua_S,"cocos2d::CCMutableArray<CCSpriteFrame*>");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCMutableArray<CCSpriteFrame*>), "cocos2d::CCMutableArray<CCSpriteFrame*>");
- tolua_usertype(tolua_S,"cocos2d::CCMenuItem");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCMenuItem), "cocos2d::CCMenuItem");
- tolua_usertype(tolua_S,"cocos2d::CCFlipY");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCFlipY), "cocos2d::CCFlipY");
- tolua_usertype(tolua_S,"cocos2d::CCActionEase");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCActionEase), "cocos2d::CCActionEase");
- tolua_usertype(tolua_S,"cocos2d::CCAtlasNode");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCAtlasNode), "cocos2d::CCAtlasNode");
- tolua_usertype(tolua_S,"cocos2d::CCNode");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCNode), "cocos2d::CCNode");
- tolua_usertype(tolua_S,"cocos2d::CCDirector");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCDirector), "cocos2d::CCDirector");
- tolua_usertype(tolua_S,"cocos2d::CCToggleVisibility");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCToggleVisibility), "cocos2d::CCToggleVisibility");
- tolua_usertype(tolua_S,"cocos2d::CCShatteredTiles3D");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCShatteredTiles3D), "cocos2d::CCShatteredTiles3D");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionFadeBL");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionFadeBL), "cocos2d::CCTransitionFadeBL");
- tolua_usertype(tolua_S,"CCDictionary<std::string,cocos2d::CCString*>");
- Mtolua_typeid(tolua_S,typeid(CCDictionary<std::string,cocos2d::CCString*>), "CCDictionary<std::string,cocos2d::CCString*>");
- tolua_usertype(tolua_S,"cocos2d::CCRepeat");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCRepeat), "cocos2d::CCRepeat");
- tolua_usertype(tolua_S,"cocos2d::CCActionInterval");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCActionInterval), "cocos2d::CCActionInterval");
- tolua_usertype(tolua_S,"cocos2d::ccColor4F");
- Mtolua_typeid(tolua_S,typeid(cocos2d::ccColor4F), "cocos2d::ccColor4F");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionZoomFlipY");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionZoomFlipY), "cocos2d::CCTransitionZoomFlipY");
- tolua_usertype(tolua_S,"cocos2d::CCImage");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCImage), "cocos2d::CCImage");
- tolua_usertype(tolua_S,"cocos2d::CCShow");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCShow), "cocos2d::CCShow");
- tolua_usertype(tolua_S,"cocos2d::CCFollow");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCFollow), "cocos2d::CCFollow");
- tolua_usertype(tolua_S,"cocos2d::CCPlace");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCPlace), "cocos2d::CCPlace");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionMoveInR");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionMoveInR), "cocos2d::CCTransitionMoveInR");
- tolua_usertype(tolua_S,"cocos2d::ccV2F_C4B_T2F_Quad");
- Mtolua_typeid(tolua_S,typeid(cocos2d::ccV2F_C4B_T2F_Quad), "cocos2d::ccV2F_C4B_T2F_Quad");
- tolua_usertype(tolua_S,"cocos2d::CCEaseIn");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCEaseIn), "cocos2d::CCEaseIn");
- tolua_usertype(tolua_S,"cocos2d::CCTimer");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTimer), "cocos2d::CCTimer");
- tolua_usertype(tolua_S,"cocos2d::CCMutableArray<CCFiniteTimeAction*>");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCMutableArray<CCFiniteTimeAction*>), "cocos2d::CCMutableArray<CCFiniteTimeAction*>");
- tolua_usertype(tolua_S,"SEL_MenuHandler");
- Mtolua_typeid(tolua_S,typeid(SEL_MenuHandler), "SEL_MenuHandler");
- tolua_usertype(tolua_S,"cocos2d::CCEaseRateAction");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCEaseRateAction), "cocos2d::CCEaseRateAction");
- tolua_usertype(tolua_S,"cocos2d::CCRect");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCRect), "cocos2d::CCRect");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionJumpZoom");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionJumpZoom), "cocos2d::CCTransitionJumpZoom");
- tolua_usertype(tolua_S,"cocos2d::CCTMXLayer");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTMXLayer), "cocos2d::CCTMXLayer");
- tolua_usertype(tolua_S,"CCMutableDictionary<std::string,cocos2d::CCObject*>");
- Mtolua_typeid(tolua_S,typeid(CCMutableDictionary<std::string,cocos2d::CCObject*>), "CCMutableDictionary<std::string,cocos2d::CCObject*>");
- tolua_usertype(tolua_S,"cocos2d::CCBMFontConfiguration");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCBMFontConfiguration), "cocos2d::CCBMFontConfiguration");
- tolua_usertype(tolua_S,"cocos2d::CCMutableArray<CCTMXObjectGroup*>");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCMutableArray<CCTMXObjectGroup*>), "cocos2d::CCMutableArray<CCTMXObjectGroup*>");
- tolua_usertype(tolua_S,"cocos2d::CCSprite");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCSprite), "cocos2d::CCSprite");
- tolua_usertype(tolua_S,"cocos2d::CCEaseExponentialInOut");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCEaseExponentialInOut), "cocos2d::CCEaseExponentialInOut");
- tolua_usertype(tolua_S,"cocos2d::CCRenderTexture");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCRenderTexture), "cocos2d::CCRenderTexture");
- tolua_usertype(tolua_S,"cocos2d::CCTMXObjectGroup");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTMXObjectGroup), "cocos2d::CCTMXObjectGroup");
- tolua_usertype(tolua_S,"cocos2d::_ccArray");
- Mtolua_typeid(tolua_S,typeid(cocos2d::_ccArray), "cocos2d::_ccArray");
- tolua_usertype(tolua_S,"cocos2d::CCFadeOutUpTiles");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCFadeOutUpTiles), "cocos2d::CCFadeOutUpTiles");
- tolua_usertype(tolua_S,"cocos2d::CCMutableDictionary<std::string,CCObject*>");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCMutableDictionary<std::string,CCObject*>), "cocos2d::CCMutableDictionary<std::string,CCObject*>");
- tolua_usertype(tolua_S,"cocos2d::CCEaseBounceInOut");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCEaseBounceInOut), "cocos2d::CCEaseBounceInOut");
- tolua_usertype(tolua_S,"cocos2d::CCStandardTouchDelegate");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCStandardTouchDelegate), "cocos2d::CCStandardTouchDelegate");
- tolua_usertype(tolua_S,"cocos2d::EGLTouchDelegate");
- Mtolua_typeid(tolua_S,typeid(cocos2d::EGLTouchDelegate), "cocos2d::EGLTouchDelegate");
- tolua_usertype(tolua_S,"cocos2d::CCReverseTime");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCReverseTime), "cocos2d::CCReverseTime");
- tolua_usertype(tolua_S,"SEL_CallFunc");
- Mtolua_typeid(tolua_S,typeid(SEL_CallFunc), "SEL_CallFunc");
- tolua_usertype(tolua_S,"CCDictionary<int,CCStringToStringDictionary*>");
- Mtolua_typeid(tolua_S,typeid(CCDictionary<int,CCStringToStringDictionary*>), "CCDictionary<int,CCStringToStringDictionary*>");
- tolua_usertype(tolua_S,"CCGrid3DAction");
- Mtolua_typeid(tolua_S,typeid(CCGrid3DAction), "CCGrid3DAction");
- tolua_usertype(tolua_S,"cocos2d::CCLens3D");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCLens3D), "cocos2d::CCLens3D");
- tolua_usertype(tolua_S,"cocos2d::CCEaseSineInOut");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCEaseSineInOut), "cocos2d::CCEaseSineInOut");
- tolua_usertype(tolua_S,"SEL_SCHEDULE");
- Mtolua_typeid(tolua_S,typeid(SEL_SCHEDULE), "SEL_SCHEDULE");
- tolua_usertype(tolua_S,"cocos2d::ccBMFontDef");
- Mtolua_typeid(tolua_S,typeid(cocos2d::ccBMFontDef), "cocos2d::ccBMFontDef");
- tolua_usertype(tolua_S,"cocos2d::CCBezierBy");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCBezierBy), "cocos2d::CCBezierBy");
- tolua_usertype(tolua_S,"cocos2d::CCMutableArray<CCFiniteTimeAction*>");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCMutableArray<CCFiniteTimeAction*>), "cocos2d::CCMutableArray<CCFiniteTimeAction*>");
- tolua_usertype(tolua_S,"cocos2d::CCParticleSystemQuad");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCParticleSystemQuad), "cocos2d::CCParticleSystemQuad");
- tolua_usertype(tolua_S,"cocos2d::_hashElement");
- Mtolua_typeid(tolua_S,typeid(cocos2d::_hashElement), "cocos2d::_hashElement");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionSlideInR");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionSlideInR), "cocos2d::CCTransitionSlideInR");
- tolua_usertype(tolua_S,"SEL_CallFuncO");
- Mtolua_typeid(tolua_S,typeid(SEL_CallFuncO), "SEL_CallFuncO");
- tolua_usertype(tolua_S,"cocos2d::CCTransitionRadialCCW");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTransitionRadialCCW), "cocos2d::CCTransitionRadialCCW");
- tolua_usertype(tolua_S,"cocos2d::CCFadeIn");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCFadeIn), "cocos2d::CCFadeIn");
- tolua_usertype(tolua_S,"cocos2d::CCTwirl");
- Mtolua_typeid(tolua_S,typeid(cocos2d::CCTwirl), "cocos2d::CCTwirl