cocos2d-x  3.1rc0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
cocos2d Namespace Reference

Add deprecated global functions and variables here. More...

Namespaces

 DrawPrimitives
 
 experimental
 
 extension
 
 GL
 
 network
 
 StringUtils
 
 tweenfunc
 
 ui
 

Classes

class  __Array
 
class  __Bool
 
class  __CCCallFuncND
 Calls a 'callback' with the node as the first argument and the 2nd argument is data ND means: Node and Data. Data is void *, so it could be anything. More...
 
class  __CCCallFuncO
 Calls a 'callback' with an object as the first argument. O means Object. More...
 
class  __Dictionary
 Dictionary is a class like NSDictionary in Obj-C . More...
 
class  __Double
 
class  __Float
 
class  __Integer
 
class  __LayerRGBA
 LayerRGBA is a subclass of Layer that implements the RGBAProtocol protocol using a solid color as the background. More...
 
class  __NodeRGBA
 NodeRGBA is a subclass of Node that implements the RGBAProtocol protocol. More...
 
class  __NotificationCenter
 
class  __RGBAProtocol
 RGBA protocol that affects Node's color and opacity. More...
 
class  __Set
 
class  __String
 
class  AccelAmplitude
 AccelAmplitude action. More...
 
class  AccelDeccelAmplitude
 AccelDeccelAmplitude action. More...
 
class  Acceleration
 The device accelerometer reports values for each axis in units of g-force. More...
 
class  AccelerometerEvent
 
class  Action
 Base class for Action objects. More...
 
class  ActionCamera
 Base class for Camera actions. More...
 
class  ActionEase
 Base class for Easing actions. More...
 
class  ActionInstant
 Instant actions are immediate actions. More...
 
class  ActionInterval
 An interval action is an action that takes place within a certain period of time. More...
 
class  ActionManager
 ActionManager is a singleton that manages all the actions. More...
 
class  ActionTween
 ActionTween. More...
 
class  ActionTweenDelegate
 
struct  AffineTransform
 
class  Animate
 Animates a sprite given the name of an Animation. More...
 
class  Animation
 A Animation object is used to perform animations on the Sprite objects. More...
 
class  AnimationCache
 Singleton that manages the Animations. More...
 
class  AnimationFrame
 AnimationFrame A frame of the animation. More...
 
struct  AnimationFrameData
 
class  Application
 
class  ApplicationProtocol
 
class  AtlasNode
 AtlasNode is a subclass of Node that implements the RGBAProtocol and TextureProtocol protocol. More...
 
class  AutoreleasePool
 
class  BackButtonEvent
 
class  BatchCommand
 
class  BezierBy
 An action that moves the target with a cubic Bezier curve by a certain distance. More...
 
class  BezierTo
 An action that moves the target with a cubic Bezier curve to a destination point. More...
 
struct  BlendFunc
 Blend Function used for textures. More...
 
class  BlendProtocol
 Specify the blending function according glBlendFunc Please refer to glBlendFunc in OpenGL ES Manual http://www.khronos.org/opengles/sdk/docs/man/xhtml/glBlendFunc.xml for more details. More...
 
class  Blink
 Blinks a Node object by modifying it's visible attribute. More...
 
class  CallFunc
 Calls a 'callback'. More...
 
class  CallFuncN
 Calls a 'callback' with the node as the first argument N means Node. More...
 
class  CardinalSplineBy
 Cardinal Spline path. More...
 
class  CardinalSplineTo
 Cardinal Spline path. More...
 
class  CatmullRomBy
 An action that moves the target with a CatmullRom curve by a certain distance. More...
 
class  CatmullRomTo
 An action that moves the target with a CatmullRom curve to a destination point. More...
 
class  CCFileUtilsWinRT
 Helper class to handle file operations. More...
 
class  CCFreeTypeFont
 
class  CCPrecompiledShaders
 
struct  CCZHeader
 
class  ClippingNode
 ClippingNode is a subclass of Node. More...
 
class  Clonable
 Interface that defines how to clone an Ref. More...
 
struct  Color3B
 RGB color composed of bytes 3 bytes. More...
 
struct  Color4B
 RGBA color composed of 4 bytes. More...
 
struct  Color4F
 RGBA color composed of 4 floats. More...
 
class  Component
 
class  ComponentContainer
 
class  Configuration
 Configuration contains some openGL variables. More...
 
class  CustomCommand
 
class  Data
 
class  DataVisitor
 Visitor that helps to perform action that depends on polymorphic object type. More...
 
class  DeccelAmplitude
 DeccelAmplitude action. More...
 
class  DelayTime
 Delays the action a certain amount of seconds. More...
 
class  Device
 
class  DictElement
 DictElement is used for traversing Dictionary. More...
 
class  Director
 
class  DirectorDelegate
 OpenGL projection protocol. More...
 
class  DisplayLinkDirector
 DisplayLinkDirector is a Director that synchronizes timers with the refresh rate of the display. More...
 
class  DrawNode
 DrawNode Node that draws dots, segments and polygons. More...
 
class  EaseBackIn
 EaseBackIn action. More...
 
class  EaseBackInOut
 EaseBackInOut action. More...
 
class  EaseBackOut
 EaseBackOut action. More...
 
class  EaseBezierAction
 Ease Bezier. More...
 
class  EaseBounce
 EaseBounce abstract class. More...
 
class  EaseBounceIn
 EaseBounceIn action. More...
 
class  EaseBounceInOut
 EaseBounceInOut action. More...
 
class  EaseBounceOut
 EaseBounceOut action. More...
 
class  EaseCircleActionIn
 Ease Circle In. More...
 
class  EaseCircleActionInOut
 Ease Circle InOut. More...
 
class  EaseCircleActionOut
 Ease Circle Out. More...
 
class  EaseCubicActionIn
 Ease Cubic In. More...
 
class  EaseCubicActionInOut
 Ease Cubic InOut. More...
 
class  EaseCubicActionOut
 Ease Cubic Out. More...
 
class  EaseElastic
 Ease Elastic abstract class. More...
 
class  EaseElasticIn
 Ease Elastic In action. More...
 
class  EaseElasticInOut
 Ease Elastic InOut action. More...
 
class  EaseElasticOut
 Ease Elastic Out action. More...
 
class  EaseExponentialIn
 Ease Exponential In. More...
 
class  EaseExponentialInOut
 Ease Exponential InOut. More...
 
class  EaseExponentialOut
 Ease Exponential Out. More...
 
class  EaseIn
 EaseIn action with a rate. More...
 
class  EaseInOut
 EaseInOut action with a rate. More...
 
class  EaseOut
 EaseOut action with a rate. More...
 
class  EaseQuadraticActionIn
 Ease Quadratic In. More...
 
class  EaseQuadraticActionInOut
 Ease Quadratic InOut. More...
 
class  EaseQuadraticActionOut
 Ease Quadratic Out. More...
 
class  EaseQuarticActionIn
 Ease Quartic In. More...
 
class  EaseQuarticActionInOut
 Ease Quartic InOut. More...
 
class  EaseQuarticActionOut
 Ease Quartic Out. More...
 
class  EaseQuinticActionIn
 Ease Quintic In. More...
 
class  EaseQuinticActionInOut
 Ease Quintic InOut. More...
 
class  EaseQuinticActionOut
 Ease Quintic Out. More...
 
class  EaseRateAction
 Base class for Easing actions with rate parameters. More...
 
class  EaseSineIn
 Ease Sine In. More...
 
class  EaseSineInOut
 Ease Sine InOut. More...
 
class  EaseSineOut
 Ease Sine Out. More...
 
class  Event
 Base class of all kinds of events. More...
 
class  EventAcceleration
 
class  EventCustom
 
class  EventDispatcher
 This class manages event listener subscriptions and event dispatching. More...
 
class  EventFocus
 
class  EventKeyboard
 
class  EventListener
 The base class of event listener. More...
 
class  EventListenerAcceleration
 
class  EventListenerCustom
 Usage: auto dispatcher = Director::getInstance()->getEventDispatcher(); Adds a listener: More...
 
class  EventListenerFocus
 
class  EventListenerKeyboard
 
class  EventListenerMouse
 
class  EventListenerTouchAllAtOnce
 
class  EventListenerTouchOneByOne
 
class  EventMouse
 
class  EventTouch
 
class  FadeIn
 Fades In an object that implements the RGBAProtocol protocol. More...
 
class  FadeOut
 Fades Out an object that implements the RGBAProtocol protocol. More...
 
class  FadeOutBLTiles
 FadeOutBLTiles action. More...
 
class  FadeOutDownTiles
 FadeOutDownTiles action. More...
 
class  FadeOutTRTiles
 FadeOutTRTiles action Fades out the tiles in a Top-Right direction. More...
 
class  FadeOutUpTiles
 FadeOutUpTiles action. More...
 
class  FadeTo
 Fades an object that implements the RGBAProtocol protocol. More...
 
class  FileUtils
 Helper class to handle file operations. More...
 
class  FileUtilsAndroid
 Helper class to handle file operations. More...
 
class  FileUtilsApple
 Helper class to handle file operations. More...
 
class  FileUtilsLinux
 Helper class to handle file operations. More...
 
class  FileUtilsWin32
 Helper class to handle file operations. More...
 
class  FiniteTimeAction
 Base class actions that do have a finite time duration. More...
 
class  FlipX
 Flips the sprite horizontally. More...
 
class  FlipX3D
 FlipX3D action. More...
 
class  FlipY
 Flips the sprite vertically. More...
 
class  FlipY3D
 FlipY3D action. More...
 
class  Follow
 Follow is an action that "follows" a node. More...
 
class  Font
 
class  FontAtlas
 
class  FontAtlasCache
 
class  FontCharMap
 
struct  FontDefinition
 
class  FontFNT
 
class  FontFreeType
 
struct  FontLetterDefinition
 
struct  FontShadow
 types used for defining fonts properties (i.e. More...
 
struct  FontStroke
 
class  GLProgram
 GLProgram Class that implements a glProgram. More...
 
class  GLProgramCache
 GLProgramCache Singleton that stores manages GLProgram objects (shaders) More...
 
class  GLProgramState
 GLProgramState holds the 'state' (uniforms and attributes) of the GLProgram. More...
 
class  GLProgramStateCache
 
class  GLView
 Class that represent the OpenGL View. More...
 
class  GLViewProtocol
 
class  Grabber
 FBO class that grabs the the contents of the screen. More...
 
class  Grid3D
 Grid3D is a 3D grid implementation. More...
 
class  Grid3DAction
 Base class for Grid3D actions. More...
 
class  GridAction
 Base class for Grid actions. More...
 
class  GridBase
 Base class for other. More...
 
class  GroupCommand
 
class  GroupCommandManager
 
class  Hide
 Hide the node. More...
 
class  Image
 
class  IMEDelegate
 Input method editor delegate. More...
 
class  IMEDispatcher
 Input Method Edit Message Dispatcher. More...
 
struct  IMEKeyboardNotificationInfo
 
class  InputEvent
 
class  JniHelper
 
class  JumpBy
 Moves a Node object simulating a parabolic jump movement by modifying it's position attribute. More...
 
class  JumpTiles3D
 JumpTiles3D action. More...
 
class  JumpTo
 Moves a Node object to a parabolic position simulating a jump movement by modifying it's position attribute. More...
 
class  KeyboardEvent
 
class  Label
 
class  LabelAtlas
 LabelAtlas is a subclass of AtlasNode. More...
 
class  LabelBMFont
 LabelBMFont is a subclass of SpriteBatchNode. More...
 
class  LabelProtocol
 Common interface for Labels. More...
 
class  LabelTextFormatter
 
class  LabelTTF
 LabelTTF is a subclass of TextureNode that knows how to render text labels. More...
 
class  Layer
 Layer is a subclass of Node that implements the TouchEventsDelegate protocol. More...
 
class  LayerColor
 LayerColor is a subclass of Layer that implements the RGBAProtocol protocol. More...
 
class  LayerGradient
 LayerGradient is a subclass of LayerColor that draws gradients across the background. More...
 
class  LayerMultiplex
 MultipleLayer is a Layer with the ability to multiplex it's children. More...
 
class  Lens3D
 Lens3D action. More...
 
class  Liquid
 Liquid action. More...
 
class  Lock
 
class  LuaBridge
 
class  LuaCallFunc
 
class  LuaEngine
 
class  LuaObjcBridge
 
class  LuaStack
 
class  LuaValue
 
union  LuaValueField
 
class  Map
 
class  Menu
 A Menu. More...
 
class  MenuItem
 MenuItem base class. More...
 
class  MenuItemAtlasFont
 A MenuItemAtlasFont Helper class that creates a MenuItemLabel class with a LabelAtlas. More...
 
class  MenuItemFont
 A MenuItemFont Helper class that creates a MenuItemLabel class with a Label. More...
 
class  MenuItemImage
 MenuItemImage accepts images as items. More...
 
class  MenuItemLabel
 An abstract class for "label" MenuItemLabel items Any Node that supports the LabelProtocol protocol can be added. More...
 
class  MenuItemSprite
 MenuItemSprite accepts Node<RGBAProtocol> objects as items. More...
 
class  MenuItemToggle
 A MenuItemToggle A simple container class that "toggles" it's inner items The inner items can be any MenuItem. More...
 
class  Mesh
 Mesh: TODO, add description of Mesh. More...
 
class  MeshCommand
 
struct  MeshVertexAttrib
 
class  MotionStreak
 MotionStreak. More...
 
class  MoveBy
 Moves a Node object x,y pixels by modifying it's position attribute. More...
 
class  MoveTo
 Moves a Node object to the position x,y. More...
 
class  Node
 Node is the base element of the Scene Graph. More...
 
class  NodeGrid
 
class  NotificationObserver
 
class  ObjLoader
 
class  OrbitCamera
 OrbitCamera action Orbits the camera around the center of the screen using spherical coordinates. More...
 
class  PageTurn3D
 This action simulates a page turn from the bottom right hand corner of the screen. More...
 
class  ParallaxNode
 ParallaxNode: A node that simulates a parallax scroller. More...
 
class  ParticleBatchNode
 ParticleBatchNode is like a batch node: if it contains children, it will draw them in 1 single OpenGL call (often known as "batch draw"). More...
 
class  ParticleExplosion
 An explosion particle system. More...
 
class  ParticleFire
 A fire particle system. More...
 
class  ParticleFireworks
 A fireworks particle system. More...
 
class  ParticleFlower
 A flower particle system. More...
 
class  ParticleGalaxy
 A galaxy particle system. More...
 
class  ParticleMeteor
 A meteor particle system. More...
 
class  ParticleRain
 A rain particle system. More...
 
class  ParticleSmoke
 An smoke particle system. More...
 
class  ParticleSnow
 An snow particle system. More...
 
class  ParticleSpiral
 An spiral particle system. More...
 
class  ParticleSun
 A sun particle system. More...
 
class  ParticleSystem
 Particle System base class. More...
 
class  ParticleSystemQuad
 ParticleSystemQuad is a subclass of ParticleSystem. More...
 
class  Place
 Places the node in a certain position. More...
 
class  PointArray
 An Array that contain control points. More...
 
class  PointerEvent
 
struct  PointSprite
 Vec2 Sprite component. More...
 
class  PoolManager
 
class  PrettyPrinter
 
class  Profiler
 Profiler cocos2d builtin profiler. More...
 
class  ProfilingTimer
 
class  ProgressFromTo
 Progress from a percentage to another percentage. More...
 
class  ProgressTimer
 ProgressTimer is a subclass of Node. More...
 
class  ProgressTo
 Progress to percentage. More...
 
class  ProtectedNode
 
struct  Quad2
 A 2D Quad. 4 * 2 floats. More...
 
struct  Quad3
 A 3D Quad. 4 * 3 floats. More...
 
class  QuadCommand
 Command used to render one or more Quads. More...
 
class  Rect
 
class  Ref
 
class  RefPtr
 Wrapper class which maintains a strong reference to a cocos2dx cocos2d::Ref* type object. More...
 
class  RemoveSelf
 Remove the node. More...
 
class  RenderCommand
 Base class of the RenderCommand hierarchy. More...
 
class  RenderCommandPool
 
class  Renderer
 
class  RenderMeshData
 
class  RenderQueue
 Class that knows how to sort RenderCommand objects. More...
 
struct  RenderStackElement
 
class  RenderTexture
 RenderTexture is a generic rendering target. More...
 
class  Repeat
 Repeats an action a number of times. More...
 
class  RepeatForever
 Repeats an action for ever. More...
 
class  ReuseGrid
 ReuseGrid action. More...
 
class  ReverseTime
 Executes an action in reverse order, from time=duration to time=0. More...
 
class  Ripple3D
 Ripple3D action. More...
 
class  RotateBy
 Rotates a Node object clockwise a number of degrees by modifying it's rotation attribute. More...
 
class  RotateTo
 Rotates a Node object to a certain angle by modifying it's rotation attribute. More...
 
class  SAXDelegator
 
class  SAXParser
 
class  ScaleBy
 Scales a Node object a zoom factor by modifying it's scale attribute. More...
 
class  ScaleTo
 Scales a Node object to a zoom factor by modifying it's scale attribute. More...
 
class  Scene
 Scene is a subclass of Node that is used only as an abstract concept. More...
 
class  ScheduleHandlerDelegate
 
class  Scheduler
 Scheduler is responsible for triggering the scheduled callbacks. More...
 
class  ScriptHandlerMgr
 
class  sealed
 
class  Sequence
 Runs actions sequentially, one after another. More...
 
class  Shaky3D
 Shaky3D action. More...
 
class  ShakyTiles3D
 ShakyTiles3D action. More...
 
class  ShatteredTiles3D
 ShatteredTiles3D action. More...
 
class  Show
 Show the node. More...
 
class  ShuffleTiles
 ShuffleTiles action Shuffle the tiles in random order. More...
 
class  Size
 
class  SkewBy
 Skews a Node object by skewX and skewY degrees. More...
 
class  SkewTo
 Skews a Node object to given angles by modifying it's skewX and skewY attributes. More...
 
class  Spawn
 Spawn a new action immediately. More...
 
class  Speed
 Changes the speed of an action, making it take longer (speed>1) or less (speed<1) time. More...
 
class  SplitCols
 SplitCols action. More...
 
class  SplitRows
 SplitRows action. More...
 
class  Sprite
 Sprite is a 2d image ( http://en.wikipedia.org/wiki/Sprite_(computer_graphics) ) More...
 
class  Sprite3D
 Sprite3D: TODO add description. More...
 
class  Sprite3DDataCache
 
class  SpriteBatchNode
 SpriteBatchNode is like a batch node: if it contains children, it will draw them in 1 single OpenGL call (often known as "batch draw"). More...
 
class  SpriteFrame
 A SpriteFrame has: More...
 
class  SpriteFrameCache
 Singleton that handles the loading of the sprite frames. More...
 
class  StopGrid
 StopGrid action. More...
 
struct  StringCompare
 
struct  T2F_Quad
 
class  TargetedAction
 Overrides the target of an action so that it always runs on the target specified at action creation rather than the one specified by runAction. More...
 
struct  Tex2F
 A vertex composed of 2 floats: x, y. More...
 
class  TextFieldDelegate
 
class  TextFieldTTF
 A simple text input field with TTF font. More...
 
class  Texture2D
 Texture2D class. More...
 
class  TextureAtlas
 A class that implements a Texture Atlas. More...
 
class  TextureCache
 Singleton that handles the loading of textures Once the texture is loaded, the next time it will return a reference of the previously loaded texture reducing GPU & CPU memory. More...
 
class  TextureProtocol
 Node objects that uses a Texture2D to render the images. More...
 
class  ThreadHelper
 
class  TiledGrid3D
 TiledGrid3D is a 3D grid implementation. More...
 
class  TiledGrid3DAction
 Base class for TiledGrid3D actions. More...
 
class  TileMapAtlas
 TileMapAtlas is a subclass of AtlasNode. More...
 
class  Timer
 Light-weight timer. More...
 
class  TimerTargetCallback
 
class  TimerTargetSelector
 
struct  timezone
 
class  TintBy
 Tints a Node that implements the NodeRGB protocol from current tint to a custom one. More...
 
class  TintTo
 Tints a Node that implements the NodeRGB protocol from current tint to a custom one. More...
 
class  TMXLayer
 TMXLayer represents the TMX layer. More...
 
class  TMXLayerInfo
 TMXLayerInfo contains the information about the layers like: More...
 
class  TMXMapInfo
 TMXMapInfo contains the information about the map like: More...
 
class  TMXObjectGroup
 TMXObjectGroup represents the TMX object group. More...
 
class  TMXTiledMap
 TMXTiledMap knows how to parse and render a TMX map. More...
 
class  TMXTilesetInfo
 TMXTilesetInfo contains the information about the tilesets like: More...
 
class  ToggleVisibility
 Toggles the visibility of a node. More...
 
class  Touch
 
class  TransitionCrossFade
 TransitionCrossFade: Cross fades two scenes using the RenderTexture object. More...
 
class  TransitionEaseScene
 TransitionEaseScene can ease the actions of the scene protocol. More...
 
class  TransitionFade
 TransitionFade: Fade out the outgoing scene and then fade in the incoming scene. More...
 
class  TransitionFadeBL
 TransitionFadeBL: Fade the tiles of the outgoing scene from the top-right corner to the bottom-left corner. More...
 
class  TransitionFadeDown
 TransitionFadeDown: Fade the tiles of the outgoing scene from the top to the bottom. More...
 
class  TransitionFadeTR
 TransitionFadeTR: Fade the tiles of the outgoing scene from the left-bottom corner the to top-right corner. More...
 
class  TransitionFadeUp
 TransitionFadeUp: Fade the tiles of the outgoing scene from the bottom to the top. More...
 
class  TransitionFlipAngular
 TransitionFlipAngular: Flips the screen half horizontally and half vertically. More...
 
class  TransitionFlipX
 TransitionFlipX: Flips the screen horizontally. More...
 
class  TransitionFlipY
 TransitionFlipY: Flips the screen vertically. More...
 
class  TransitionJumpZoom
 TransitionJumpZoom: Zoom out and jump the outgoing scene, and then jump and zoom in the incoming. More...
 
class  TransitionMoveInB
 TransitionMoveInB: Move in from to the bottom the incoming scene. More...
 
class  TransitionMoveInL
 TransitionMoveInL: Move in from to the left the incoming scene. More...
 
class  TransitionMoveInR
 TransitionMoveInR: Move in from to the right the incoming scene. More...
 
class  TransitionMoveInT
 TransitionMoveInT: Move in from to the top the incoming scene. More...
 
class  TransitionPageTurn
 A transition which peels back the bottom right hand corner of a scene to transition to the scene beneath it simulating a page turn. More...
 
class  TransitionProgress
 
class  TransitionProgressHorizontal
 TransitionProgressHorizontal transition. More...
 
class  TransitionProgressInOut
 
class  TransitionProgressOutIn
 
class  TransitionProgressRadialCCW
 TransitionRadialCCW transition. More...
 
class  TransitionProgressRadialCW
 TransitionRadialCW transition. More...
 
class  TransitionProgressVertical
 
class  TransitionRotoZoom
 TransitionRotoZoom: Rotate and zoom out the outgoing scene, and then rotate and zoom in the incoming. More...
 
class  TransitionScene
 Base class for Transition scenes. More...
 
class  TransitionSceneOriented
 A Transition that supports orientation like. More...
 
class  TransitionShrinkGrow
 Shrink the outgoing scene while grow the incoming scene. More...
 
class  TransitionSlideInB
 TransitionSlideInB: Slide in the incoming scene from the bottom border. More...
 
class  TransitionSlideInL
 TransitionSlideInL: Slide in the incoming scene from the left border. More...
 
class  TransitionSlideInR
 TransitionSlideInR: Slide in the incoming scene from the right border. More...
 
class  TransitionSlideInT
 TransitionSlideInT: Slide in the incoming scene from the top border. More...
 
class  TransitionSplitCols
 TransitionSplitCols: The odd columns goes upwards while the even columns goes downwards. More...
 
class  TransitionSplitRows
 TransitionSplitRows: The odd rows goes to the left while the even rows goes to the right. More...
 
class  TransitionTurnOffTiles
 TransitionTurnOffTiles: Turn off the tiles of the outgoing scene in random order. More...
 
class  TransitionZoomFlipAngular
 TransitionZoomFlipAngular: Flips the screen half horizontally and half vertically doing a little zooming out/in. More...
 
class  TransitionZoomFlipX
 TransitionZoomFlipX: Flips the screen horizontally doing a zoom out/in The front face is the outgoing scene and the back face is the incoming scene. More...
 
class  TransitionZoomFlipY
 TransitionZoomFlipY: Flips the screen vertically doing a little zooming out/in The front face is the outgoing scene and the back face is the incoming scene. More...
 
class  TurnOffTiles
 TurnOffTiles action. More...
 
class  Twirl
 Twirl action. More...
 
struct  Uniform
 
class  UniformValue
 
class  UserDefault
 UserDefault acts as a tiny database. More...
 
struct  V2F_C4B_T2F
 a Vec2 with a vertex point, a tex coord point and a color 4B More...
 
struct  V2F_C4B_T2F_Quad
 A Quad of V2F_C4B_T2F. More...
 
struct  V2F_C4B_T2F_Triangle
 A Triangle of V2F_C4B_T2F. More...
 
struct  V2F_C4F_T2F
 a Vec2 with a vertex point, a tex coord point and a color 4F More...
 
struct  V2F_C4F_T2F_Quad
 4 Vertex2FTex2FColor4F Quad More...
 
struct  V3F_C4B_T2F
 a Vec2 with a vertex point, a tex coord point and a color 4B More...
 
struct  V3F_C4B_T2F_Quad
 4 Vertex3FTex2FColor4B More...
 
class  Value
 
class  Vector
 
struct  VertexAttrib
 
class  VertexAttribValue
 
class  Waves
 Waves action. More...
 
class  Waves3D
 Waves3D action. More...
 
class  WavesTiles3D
 WavesTiles3D action. More...
 
class  ZipFile
 Zip file - reader helper class. More...
 
class  ZipUtils
 

Typedefs

typedef std::function< void(Ref *)> ccMenuCallback
typedef void(Ref::* SEL_CallFunc )()
typedef void(Ref::* SEL_CallFuncN )(Node *)
typedef void(Ref::* SEL_CallFuncND )(Node *, void *)
typedef void(Ref::* SEL_CallFuncO )(Ref *)
typedef void(Ref::* SEL_MenuHandler )(Ref *)
typedef void(Ref::* SEL_SCHEDULE )(float)
typedef std::function< void(float)> ccSchedulerFunc
typedef std::vector< ValueValueVector
typedef std::unordered_map
< std::string, Value
ValueMap
typedef std::unordered_map
< int, Value
ValueMapIntKey
typedef std::set< Ref * >::iterator __SetIterator
typedef unsigned char CC_XML_CHAR
typedef HANDLE pthread_t
typedef HANDLE pthread_mutex_t
typedef int pthread_cond_t
typedef void(* GLInfoFunction )(GLuint program, GLenum pname, GLint *params)
typedef void(* GLLogFunction )(GLuint program, GLsizei bufsize, GLsizei *length, GLchar *infolog)
typedef struct _MipmapInfo MipmapInfo
typedef int LUA_FUNCTION
typedef int LUA_TABLE
typedef int LUA_STRING
typedef std::map< std::string,
LuaValue
LuaValueDict
typedef
LuaValueDict::const_iterator 
LuaValueDictIterator
typedef std::list< LuaValueLuaValueArray
typedef
LuaValueArray::const_iterator 
LuaValueArrayIterator
typedef std::vector
< ScheduleHandlerDelegate * > 
VecShedule
typedef std::map
< cocos2d::Node *, VecShedule
MapNodeSchedules

Enumerations

enum  { kComponentOnEnter, kComponentOnExit, kComponentOnUpdate }
 
enum  GlyphCollection { DYNAMIC, NEHE, ASCII, CUSTOM }
 
enum  LabelEffect { NORMAL, OUTLINE, SHADOW, GLOW }
 
enum  {
  kNodeOnEnter, kNodeOnExit, kNodeOnEnterTransitionDidFinish, kNodeOnExitTransitionDidStart,
  kNodeOnCleanup
}
 
enum  { TMXOrientationOrtho, TMXOrientationHex, TMXOrientationIso }
 Possible orientations of the TMX map. More...
 
enum  { TMXLayerAttribNone = 1 << 0, TMXLayerAttribBase64 = 1 << 1, TMXLayerAttribGzip = 1 << 2, TMXLayerAttribZlib = 1 << 3 }
 
enum  {
  TMXPropertyNone, TMXPropertyMap, TMXPropertyLayer, TMXPropertyObjectGroup,
  TMXPropertyObject, TMXPropertyTile
}
 
enum  TMXTileFlags {
  kTMXTileHorizontalFlag = 0x80000000, kTMXTileVerticalFlag = 0x40000000, kTMXTileDiagonalFlag = 0x20000000, kTMXFlipedAll = (kTMXTileHorizontalFlag|kTMXTileVerticalFlag|kTMXTileDiagonalFlag),
  kTMXFlippedMask = ~(kTMXFlipedAll)
}
 
enum  MATRIX_STACK_TYPE { MATRIX_STACK_MODELVIEW, MATRIX_STACK_PROJECTION, MATRIX_STACK_TEXTURE }
 Class that creates and handles the main Window and manages how and when to execute the Scenes. More...
 
enum  TextVAlignment { TOP, CENTER, BOTTOM }
 Vertical text alignment type. More...
 
enum  TextHAlignment { LEFT, CENTER, RIGHT }
 Horizontal text alignment type. More...
 
enum  {
  TGA_OK, TGA_ERROR_FILE_OPEN, TGA_ERROR_READING_FILE, TGA_ERROR_INDEXED_COLOR,
  TGA_ERROR_MEMORY, TGA_ERROR_COMPRESSED_FILE
}
 
enum  { CCZ_COMPRESSION_ZLIB, CCZ_COMPRESSION_BZIP2, CCZ_COMPRESSION_GZIP, CCZ_COMPRESSION_NONE }
 
enum  LanguageType {
  ENGLISH = 0, CHINESE, FRENCH, ITALIAN,
  GERMAN, SPANISH, DUTCH, RUSSIAN,
  KOREAN, JAPANESE, HUNGARIAN, PORTUGUESE,
  ARABIC, NORWEGIAN, POLISH
}
 Enum the language type supported now. More...
 
enum  PointerEventType { PointerPressed, PointerMoved, PointerReleased }
 
enum  LuaBridgeError {
  kLuaBridgeErrorOk = 0, kLuaBridgeErrorInvalidParameters = -1, kLuaBridgeErrorClassNotFound = -2, kLuaBridgeErrorMethodNotFound = -3,
  kLuaBridgeErrorExceptionOccurred = -4, kLuaBridgeErrorMethodSignature = -5, kLuaBridgeErrorJavaVMError = -6
}
 
enum  LuaValueType {
  LuaValueTypeInt, LuaValueTypeFloat, LuaValueTypeBoolean, LuaValueTypeString,
  LuaValueTypeDict, LuaValueTypeArray, LuaValueTypeObject
}
 

Functions

CC_DLL Vec2  (Vec2 &p0, Vec2 &p1, Vec2 &p2, Vec2 &p3, float tension, float t)
 Returns the Cardinal Spline position for a given set of control points, tension and time. More...
 
var  ( var p0, var p1, var p2, var p3, var tension, var t)
 Returns the Cardinal Spline position for a given set of control points, tension and time. More...
 
local  ( local p0, local p1, local p2, local p3, local tension, local t)
 Returns the Cardinal Spline position for a given set of control points, tension and time. More...
 
bool  (Node *n1, Node *n2)
local  ( local n1, local n2)
int  (const unsigned char *in, unsigned int inLength, unsigned char **out)
 Decodes a 64base encoded memory. More...
 
var  ( var in, var inLength, var out)
 Decodes a 64base encoded memory. More...
 
local  ( local in, local inLength, local out)
 Decodes a 64base encoded memory. More...
 
int  (const unsigned char *in, unsigned int inLength, char **out)
 Encodes bytes into a 64base encoded memory with terminating '\0' character. More...
 
ccArray *  (ssize_t capacity)
 Allocates and initializes a new array with specified capacity. More...
 
var  ( var capacity)
 Allocates and initializes a new array with specified capacity. More...
 
local  ( local capacity)
 Allocates and initializes a new array with specified capacity. More...
 
void  (ccArray *&arr)
 Frees array after removing all remaining objects. More...
 
void  (ccArray *arr)
 Doubles array capacity. More...
 
void  (ccArray *arr, ssize_t extra)
 Increases array capacity such that max >= num + extra. More...
 
var  ( var arr, var extra)
 Increases array capacity such that max >= num + extra. More...
 
local  ( local arr, local extra)
 Increases array capacity such that max >= num + extra. More...
 
void  (ccArray *arr)
 shrinks the array so the memory footprint corresponds with the number of items More...
 
ssize_t  (ccArray *arr, Ref *object)
 Returns index of first occurrence of object, NSNotFound if object not found. More...
 
var  ( var arr, var object)
 Returns index of first occurrence of object, NSNotFound if object not found. More...
 
local  ( local arr, local object)
 Returns index of first occurrence of object, NSNotFound if object not found. More...
 
bool  (ccArray *arr, Ref *object)
 Returns a Boolean value that indicates whether object is present in array. More...
 
void  (ccArray *arr, Ref *object)
 Appends an object. More...
 
void  (ccArray *arr, Ref *object)
 Appends an object. More...
 
var  ( var arr, var object)
 Appends an object. More...
 
local  ( local arr, local object)
 Appends an object. More...
 
void  (ccArray *arr, ccArray *plusArr)
 Appends objects from plusArr to arr. More...
 
var  ( var arr, var plusArr)
 Appends objects from plusArr to arr. More...
 
local  ( local arr, local plusArr)
 Appends objects from plusArr to arr. More...
 
void  (ccArray *arr, ccArray *plusArr)
 Appends objects from plusArr to arr. More...
 
void  (ccArray *arr, Ref *object, ssize_t index)
 Inserts an object at index. More...
 
var  ( var arr, var object, var index)
 Inserts an object at index. More...
 
local  ( local arr, local object, local index)
 Inserts an object at index. More...
 
void  (ccArray *arr, ssize_t index1, ssize_t index2)
 Swaps two objects. More...
 
var  ( var arr, var index1, var index2)
 Swaps two objects. More...
 
local  ( local arr, local index1, local index2)
 Swaps two objects. More...
 
void  (ccArray *arr)
 Removes all objects from arr. More...
 
var  ( var arr)
 Removes all objects from arr. More...
 
local  ( local arr)
 Removes all objects from arr. More...
 
void  (ccArray *arr, ssize_t index, bool releaseObj=true)
 Removes object at specified index and pushes back all subsequent objects. More...
 
var  ( var arr, var index, var true)
 Removes object at specified index and pushes back all subsequent objects. More...
 
local  ( local arr, local index, local true)
 Removes object at specified index and pushes back all subsequent objects. More...
 
void  (ccArray *arr, ssize_t index)
 Removes object at specified index and fills the gap with the last object, thereby avoiding the need to push back subsequent objects. More...
 
void  (ccArray *arr, Ref *object)
void  (ccArray *arr, Ref *object, bool releaseObj=true)
 Searches for the first occurrence of object and removes it. More...
 
var  ( var arr, var object, var true)
 Searches for the first occurrence of object and removes it. More...
 
local  ( local arr, local object, local true)
 Searches for the first occurrence of object and removes it. More...
 
void  (ccArray *arr, ccArray *minusArr)
 Removes from arr all objects in minusArr. More...
 
local  ( local arr, local minusArr)
 Removes from arr all objects in minusArr. More...
 
void  (ccArray *arr, ccArray *minusArr)
 Removes from arr all objects in minusArr. More...
 
ccCArray *  (ssize_t capacity)
 Allocates and initializes a new C array with specified capacity. More...
 
void  (ccCArray *arr)
 Frees C array after removing all remaining values. More...
 
void  (ccCArray *arr)
 Doubles C array capacity. More...
 
var  ( var arr)
 Doubles C array capacity. More...
 
local  ( local arr)
 Doubles C array capacity. More...
 
void  (ccCArray *arr, ssize_t extra)
 Increases array capacity such that max >= num + extra. More...
 
var  ( var arr, var extra)
 Increases array capacity such that max >= num + extra. More...
 
local  ( local arr, local extra)
 Increases array capacity such that max >= num + extra. More...
 
ssize_t  (ccCArray *arr, void *value)
 Returns index of first occurrence of value, NSNotFound if value not found. More...
 
bool  (ccCArray *arr, void *value)
 Returns a Boolean value that indicates whether value is present in the C array. More...
 
void  (ccCArray *arr, void *value, ssize_t index)
 Inserts a value at a certain position. More...
 
var  ( var arr, var value, var index)
 Inserts a value at a certain position. More...
 
local  ( local arr, local value, local index)
 Inserts a value at a certain position. More...
 
void  (ccCArray *arr, void *value)
 Appends an value. More...
 
void  (ccCArray *arr, void *value)
 Appends an value. More...
 
var  ( var arr, var value)
 Appends an value. More...
 
local  ( local arr, local value)
 Appends an value. More...
 
void  (ccCArray *arr, ccCArray *plusArr)
 Appends values from plusArr to arr. More...
 
var  ( var arr, var plusArr)
 Appends values from plusArr to arr. More...
 
local  ( local arr, local plusArr)
 Appends values from plusArr to arr. More...
 
void  (ccCArray *arr, ccCArray *plusArr)
 Appends values from plusArr to arr. More...
 
var  ( var arr, var plusArr)
 Appends values from plusArr to arr. More...
 
local  ( local arr, local plusArr)
 Appends values from plusArr to arr. More...
 
void  (ccCArray *arr)
 Removes all values from arr. More...
 
var  ( var arr)
 Removes all values from arr. More...
 
local  ( local arr)
 Removes all values from arr. More...
 
void  (ccCArray *arr, ssize_t index)
 Removes value at specified index and pushes back all subsequent values. More...
 
void  (ccCArray *arr, ssize_t index)
 Removes value at specified index and fills the gap with the last value, thereby avoiding the need to push back subsequent values. More...
 
void  (ccCArray *arr, void *value)
 Searches for the first occurrence of value and removes it. More...
 
void  (ccCArray *arr, ccCArray *minusArr)
 Removes from arr all values in minusArr. More...
 
void  (ccCArray *arr, ccCArray *minusArr)
 Removes from arr all values in minusArr. More...
 
void CC_DLL  (const char *format,...) CC_FORMAT_PRINTF(1
 Output Debug message. More...
 
var  ( var format)
 Output Debug message. More...
 
local  ( local format)
 Output Debug message. More...
 
Rect CC_DLL  (const std::string &str)
 Returns a Core Graphics rectangle structure corresponding to the data in a given string. More...
 
Vec2 CC_DLL  (const std::string &str)
 Returns a Core Graphics point structure corresponding to the data in a given string. More...
 
Size CC_DLL  (const std::string &str)
 Returns a Core Graphics size structure corresponding to the data in a given string. More...
 
void  (const char *timerName)
var  ( var timerName)
local  ( local timerName)
void  (const char *timerName)
var  ( var timerName)
local  ( local timerName)
void  (const char *timerName)
var  ( var timerName)
local  ( local timerName)
template<class T , class U >
RefPtr< T >  (const RefPtr< U > &r)
 Cast between RefPtr types statically. More...
 
template<class T , class U >
RefPtr< T >  (const RefPtr< U > &r)
 Cast between RefPtr types dynamically. More...
 
template<class T , class U >
var  ( var r)
 Cast between RefPtr types dynamically. More...
 
template<class T , class U >
local  ( local r)
 Cast between RefPtr types dynamically. More...
 
int  (int value)
 returns the Next Power of Two value. More...
 
bool  (unsigned char *buffer, unsigned long bufSize, tImageTGA *info)
 load the image header fields. We only keep those that matter! More...
 
bool  (unsigned char *buffer, unsigned long bufSize, tImageTGA *info)
 loads the image pixels. You shouldn't call this function directly More...
 
tImageTGA (unsigned char *buffer, long size)
 this is the function to call when we want to load an image buffer. More...
 
tImageTGA (const char *filename)
 this is the function to call when we want to load an image More...
 
void  (tImageTGA *info)
var  ( var info)
local  ( local info)
void  (tImageTGA *info)
 releases the memory used for the image More...
 
var  ( var info)
 releases the memory used for the image More...
 
local  ( local info)
 releases the memory used for the image More...
 
CC_DLL const char *  ()
CC_DEPRECATED_ATTRIBUTE Vec2  (float x, float y)
 Helper macro that creates a Vec2. More...
 
var  ( var x, var y)
 Helper macro that creates a Vec2. More...
 
local  ( local x, local y)
 Helper macro that creates a Vec2. More...
 
CC_DEPRECATED_ATTRIBUTE Vec2  (float x, float y)
var  ( var x, var y)
local  ( local x, local y)
CC_DEPRECATED_ATTRIBUTE Size  (float width, float height)
local  ( local width, local height)
CC_DEPRECATED_ATTRIBUTE Rect  (float x, float y, float width, float height)
local  ( local x, local y, local width, local height)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (const char *pszFormat,...) CC_FORMAT_PRINTF(1
 use log() instead More...
 
CC_DEPRECATED_ATTRIBUTE void
CC_DLL CC_DEPRECATED_ATTRIBUTE
void CC_DLL 
()
var  ()
local  ()
CC_DEPRECATED_ATTRIBUTE void CC_DLL  ()
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (const Vec2 &point)
var  ( var point)
local  ( local point)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (const Vec2 *points, unsigned int numberOfPoints)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (const Vec2 &origin, const Vec2 &destination)
var  ( var origin, var destination)
local  ( local origin, local destination)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (Vec2 origin, Vec2 destination)
local  ( local origin, local destination)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (Vec2 origin, Vec2 destination, Color4F color)
var  ( var origin, var destination, var color)
local  ( local origin, local destination, local color)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (const Vec2 *vertices, unsigned int numOfVertices, bool closePolygon)
var  ( var vertices, var numOfVertices, var closePolygon)
local  ( local vertices, local numOfVertices, local closePolygon)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (const Vec2 *poli, unsigned int numberOfPoints, Color4F color)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (const Vec2 &center, float radius, float angle, unsigned int segments, bool drawLineToCenter, float scaleX, float scaleY)
var  ( var center, var radius, var angle, var segments, var drawLineToCenter, var scaleX, var scaleY)
local  ( local center, local radius, local angle, local segments, local drawLineToCenter, local scaleX, local scaleY)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (const Vec2 &center, float radius, float angle, unsigned int segments, bool drawLineToCenter)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (const Vec2 &center, float radius, float angle, unsigned int segments, float scaleX, float scaleY)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (const Vec2 &center, float radius, float angle, unsigned int segments)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (const Vec2 &origin, const Vec2 &control, const Vec2 &destination, unsigned int segments)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (const Vec2 &origin, const Vec2 &control1, const Vec2 &control2, const Vec2 &destination, unsigned int segments)
var  ( var origin, var control1, var control2, var destination, var segments)
local  ( local origin, local control1, local control2, local destination, local segments)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (PointArray *arrayOfControlPoints, unsigned int segments)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (PointArray *config, float tension, unsigned int segments)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (GLubyte r, GLubyte g, GLubyte b, GLubyte a)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (GLfloat r, GLfloat g, GLfloat b, GLfloat a)
var  ( var r, var g, var b, var a)
local  ( local r, local g, local b, local a)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (GLfloat pointSize)
var  ( var pointSize)
local  ( local pointSize)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  ()
var  ()
local  ()
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (GLuint program)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (GLuint program)
var  ( var program)
local  ( local program)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (GLenum sfactor, GLenum dfactor)
var  ( var sfactor, var dfactor)
local  ( local sfactor, local dfactor)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  ()
CC_DEPRECATED_ATTRIBUTE void CC_DLL  ()
var  ()
local  ()
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (unsigned int flags)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (GLuint textureId)
var  ( var textureId)
local  ( local textureId)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (GLuint textureUnit, GLuint textureId)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (GLuint textureId)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (GLuint textureUnit, GLuint textureId)
local  ( local textureUnit, local textureId)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (GLuint vaoId)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (int flags)
local  ( local flags)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (void)
var  ()
local  ()
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (void)
var  ()
local  ()
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (void)
local  ()
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (unsigned int mode)
local  ( local mode)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (void)
local  ()
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (const Mat4 *pIn)
local  ( local pIn)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (const Mat4 *pIn)
var  ( var pIn)
local  ( local pIn)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (float x, float y, float z)
var  ( var x, var y, var z)
local  ( local x, local y, local z)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (float angle, float x, float y, float z)
var  ( var angle, var x, var y, var z)
local  ( local angle, local x, local y, local z)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (float x, float y, float z)
var  ( var x, var y, var z)
local  ( local x, local y, local z)
CC_DEPRECATED_ATTRIBUTE void CC_DLL  (unsigned int mode, Mat4 *pOut)
local  ( local mode, local pOut)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut, const float *pMat)
var  ( var pOut, var pMat)
local  ( local pOut, local pMat)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut, const Mat4 *pIn)
var  ( var pOut, var pIn)
local  ( local pOut, local pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut)
var  ( var pOut)
local  ( local pOut)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut, const Mat4 *pM)
local  ( local pOut, local pM)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut, const Mat4 *pIn)
local  ( local pOut, local pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut, const Mat4 *pM1, const Mat4 *pM2)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut, const float x, const float y, const float z)
var  ( var pOut, var x, var y, var z)
local  ( local pOut, local x, local y, local z)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut, const float radians)
var  ( var pOut, var radians)
local  ( local pOut, local radians)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut, const float radians)
var  ( var pOut, var radians)
local  ( local pOut, local radians)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut, const float radians)
local  ( local pOut, local radians)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut, const Vec3 *axis, float radians)
local  ( local pOut, local axis, local radians)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut, const float x, const float y, const float z)
var  ( var pOut, var x, var y, var z)
local  ( local pOut, local x, local y, local z)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut, float fovY, float aspect, float zNear, float zFar)
var  ( var pOut, var fovY, var aspect, var zNear, var zFar)
local  ( local pOut, local fovY, local aspect, local zNear, local zFar)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut, float left, float right, float bottom, float top, float nearVal, float farVal)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4
(Mat4 *pOut, const Vec3 *pEye, const Vec3 *pCenter, const Vec3 *pUp)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3
(Vec3 *pOut, float x, float y, float z)
CC_DEPRECATED_ATTRIBUTE CC_DLL
float 
(const Vec3 *pIn)
var  ( var pIn)
local  ( local pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
float 
(const Vec3 *pIn)
var  ( var pIn)
local  ( local pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3
(Vec3 *pOut, const Vec3 *pV1, const Vec3 *pV2, float t)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3
(Vec3 *pOut, const Vec3 *pIn)
var  ( var pOut, var pIn)
local  ( local pOut, local pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3
(Vec3 *pOut, const Vec3 *pV1, const Vec3 *pV2)
var  ( var pOut, var pV1, var pV2)
local  ( local pOut, local pV1, local pV2)
CC_DEPRECATED_ATTRIBUTE CC_DLL
float 
(const Vec3 *pV1, const Vec3 *pV2)
var  ( var pV1, var pV2)
local  ( local pV1, local pV2)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3
(Vec3 *pOut, const Vec3 *pV1, const Vec3 *pV2)
var  ( var pOut, var pV1, var pV2)
local  ( local pOut, local pV1, local pV2)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3
(Vec3 *pOut, const Vec3 *pV1, const Vec3 *pV2)
var  ( var pOut, var pV1, var pV2)
local  ( local pOut, local pV1, local pV2)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3
(Vec3 *pOut, const Vec3 *pV1, const Mat4 *pM)
local  ( local pOut, local pV1, local pM)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3
(Vec3 *pOut, const Vec3 *pV, const Mat4 *pM)
var  ( var pOut, var pV, var pM)
local  ( local pOut, local pV, local pM)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3
(Vec3 *pOut, const Vec3 *pV, const Mat4 *pM)
var  ( var pOut, var pV, var pM)
local  ( local pOut, local pV, local pM)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3
(Vec3 *pOut, const Vec3 *pIn, const float s)
var  ( var pOut, var pIn, var s)
local  ( local pOut, local pIn, local s)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3
(Vec3 *pOut, const Vec3 *pIn)
var  ( var pOut, var pIn)
local  ( local pOut, local pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3
(Vec3 *pOut)
var  ( var pOut)
local  ( local pOut)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec2
(Vec2 *pOut, float x, float y)
local  ( local pOut, local x, local y)
CC_DEPRECATED_ATTRIBUTE CC_DLL
float 
(const Vec2 *pIn)
var  ( var pIn)
local  ( local pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
float 
(const Vec2 *pIn)
var  ( var pIn)
local  ( local pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec2
(Vec2 *pOut, const Vec2 *pIn)
var  ( var pOut, var pIn)
local  ( local pOut, local pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec2
(Vec2 *pOut, const Vec2 *pV1, const Vec2 *pV2, float t)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec2
(Vec2 *pOut, const Vec2 *pV1, const Vec2 *pV2)
var  ( var pOut, var pV1, var pV2)
local  ( local pOut, local pV1, local pV2)
CC_DEPRECATED_ATTRIBUTE CC_DLL
float 
(const Vec2 *pV1, const Vec2 *pV2)
var  ( var pV1, var pV2)
local  ( local pV1, local pV2)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec2
(Vec2 *pOut, const Vec2 *pV1, const Vec2 *pV2)
var  ( var pOut, var pV1, var pV2)
local  ( local pOut, local pV1, local pV2)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec2
(Vec2 *pOut, const Vec2 *pIn, const float s)
local  ( local pOut, local pIn, local s)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec2
(Vec2 *pOut, const Vec2 *pIn)
var  ( var pOut, var pIn)
local  ( local pOut, local pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec4
(Vec4 *pOut, float x, float y, float z, float w)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec4
(Vec4 *pOut, const Vec4 *pV1, const Vec4 *pV2)
var  ( var pOut, var pV1, var pV2)
local  ( local pOut, local pV1, local pV2)
CC_DEPRECATED_ATTRIBUTE CC_DLL
float 
(const Vec4 *pV1, const Vec4 *pV2)
var  ( var pV1, var pV2)
local  ( local pV1, local pV2)
CC_DEPRECATED_ATTRIBUTE CC_DLL
float 
(const Vec4 *pIn)
var  ( var pIn)
local  ( local pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
float 
(const Vec4 *pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec4
(Vec4 *pOut, const Vec4 *pV1, const Vec4 *pV2, float t)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec4
(Vec4 *pOut, const Vec4 *pIn)
var  ( var pOut, var pIn)
local  ( local pOut, local pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec4
(Vec4 *pOut, const Vec4 *pIn, const float s)
var  ( var pOut, var pIn, var s)
local  ( local pOut, local pIn, local s)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec4
(Vec4 *pOut, const Vec4 *pV1, const Vec4 *pV2)
var  ( var pOut, var pV1, var pV2)
local  ( local pOut, local pV1, local pV2)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec4
(Vec4 *pOut, const Vec4 *pIn)
local  ( local pOut, local pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec4
(Vec4 *pOut, const Vec4 *pV, const Mat4 *pM)
local  ( local pOut, local pV, local pM)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec4
(Vec4 *pOut, const Vec4 *pV, const Mat4 *pM)
var  ( var pOut, var pV, var pM)
local  ( local pOut, local pV, local pM)
CC_DLL AffineTransform  (float a, float b, float c, float d, float tx, float ty)
CC_DLL Vec2  (const Vec2 &point, const AffineTransform &t)
var  ( var point, var t)
local  ( local point, local t)
CC_DLL Size  (const Size &size, const AffineTransform &t)
var  ( var size, var t)
local  ( local size, local t)
CC_DLL AffineTransform  ()
var  ()
local  ()
CC_DLL Rect  (const Rect &rect, const AffineTransform &anAffineTransform)
var  ( var rect, var anAffineTransform)
local  ( local rect, local anAffineTransform)
CC_DLL Rect  (const Rect &rect, const Mat4 &transform)
var  ( var rect, var transform)
local  ( local rect, local transform)
CC_DLL Vec2  (const Vec2 &point, const Mat4 &transform)
CC_DLL AffineTransform  (const AffineTransform &t, float tx, float ty)
var  ( var t, var tx, var ty)
local  ( local t, local tx, local ty)
CC_DLL AffineTransform  (const AffineTransform &aTransform, float anAngle)
CC_DLL AffineTransform  (const AffineTransform &t, float sx, float sy)
var  ( var t, var sx, var sy)
local  ( local t, local sx, local sy)
CC_DLL AffineTransform  (const AffineTransform &t1, const AffineTransform &t2)
var  ( var t1, var t2)
local  ( local t1, local t2)
CC_DLL bool  (const AffineTransform &t1, const AffineTransform &t2)
var  ( var t1, var t2)
local  ( local t1, local t2)
CC_DLL AffineTransform  (const AffineTransform &t)
var  ( var t)
local  ( local t)
Mat4  (const Mat4 &t1, const Mat4 &t2)
var  ( var t1, var t2)
local  ( local t1, local t2)
void CC_DLL  (Vec2 *points, float stroke, Vec2 *vertices, unsigned int offset, unsigned int nuPoints)
 converts a line to a polygon More...
 
var  ( var points, var stroke, var vertices, var offset, var nuPoints)
 converts a line to a polygon More...
 
local  ( local points, local stroke, local vertices, local offset, local nuPoints)
 converts a line to a polygon More...
 
bool CC_DLL  (float Ax, float Ay, float Bx, float By, float Cx, float Cy, float Dx, float Dy, float *T)
 returns whether or not the line intersects More...
 
var  ( var Ax, var Ay, var Bx, var By, var Cx, var Cy, var Dx, var Dy, var T)
 returns whether or not the line intersects More...
 
local  ( local Ax, local Ay, local Bx, local By, local Cx, local Cy, local Dx, local Dy, local T)
 returns whether or not the line intersects More...
 
void  (const AffineTransform &t, GLfloat *m)
void  (const GLfloat *m, AffineTransform *t)
var  ( var m, var t)
local  ( local m, local t)
void CC_DLL  (const char *format)
 lua can not deal with ... More...
 
local  ( local format)
 lua can not deal with ... More...
 
void CC_DLL  (const char *msg, const char *title)
 Pop out a message box. More...
 
var  ( var msg, var title)
 Pop out a message box. More...
 
int CC_DLL  (struct timeval *, struct timezone *)
void  (pthread_mutex_t *m, void *attributes)
var  ( var m, var attributes)
local  ( local m, local attributes)
int  (pthread_mutex_t *m)
var  ( var m)
local  ( local m)
int  (pthread_mutex_t *m)
var  ( var m)
local  ( local m)
void  (pthread_mutex_t *m)
local  ( local m)
std::wstring CC_DLL  (const char *pszUtf8Str, unsigned len=-1)
std::string CC_DLL  (const wchar_t *pwszStr)
var  ( var pwszStr)
local  ( local pwszStr)
std::string  (Platform::String^s)
var  ( var s)
local  ( local s)
float  (float dips)
var  ( var dips)
local  ( local dips)
float  (float v)
var  ( var v)
local  ( local v)
Concurrency::task
< Platform::Array< byte >^> 
(Platform::String^path)
var  ( var path)
local  ( local path)
void CC_DLL  ()
std::string CC_DLL  ()
var  ()
local  ()

Variables

CC_DEPRECATED_ATTRIBUTE typedef Ref CCObject
var CCObject
local CCObject
CC_DEPRECATED_ATTRIBUTE typedef Ref Object
var Object
local Object
CC_DEPRECATED_ATTRIBUTE
typedef Event 
CCEvent
var CCEvent
local CCEvent
CC_DEPRECATED_ATTRIBUTE
typedef DataVisitor 
CCDataVisitor
var CCDataVisitor
local CCDataVisitor
CC_DEPRECATED_ATTRIBUTE
typedef PrettyPrinter 
CCPrettyPrinter
var CCPrettyPrinter
local CCPrettyPrinter
CC_DEPRECATED_ATTRIBUTE
typedef Acceleration 
CCAcceleration
var CCAcceleration
local CCAcceleration
CC_DEPRECATED_ATTRIBUTE
typedef TextureAtlas 
CCTextureAtlas
var CCTextureAtlas
local CCTextureAtlas
CC_DEPRECATED_ATTRIBUTE
typedef Configuration 
CCConfiguration
var CCConfiguration
local CCConfiguration
CC_DEPRECATED_ATTRIBUTE
typedef PointArray 
CCPointArray
var CCPointArray
local CCPointArray
CC_DEPRECATED_ATTRIBUTE
typedef RemoveSelf 
CCRemoveSelf
var CCRemoveSelf
local CCRemoveSelf
CC_DEPRECATED_ATTRIBUTE
typedef IMEDelegate 
CCIMEDelegate
var CCIMEDelegate
local CCIMEDelegate
CC_DEPRECATED_ATTRIBUTE
typedef
IMEKeyboardNotificationInfo 
CCIMEKeyboardNotificationInfo
CC_DEPRECATED_ATTRIBUTE
typedef TextFieldDelegate 
CCTextFieldDelegate
CC_DEPRECATED_ATTRIBUTE
typedef TextFieldTTF 
CCTextFieldTTF
CC_DEPRECATED_ATTRIBUTE
typedef __NotificationCenter 
CCNotificationCenter
CC_DEPRECATED_ATTRIBUTE
typedef __NotificationCenter 
NotificationCenter
CC_DEPRECATED_ATTRIBUTE
typedef Image 
CCImage
var CCImage
local CCImage
CC_DEPRECATED_ATTRIBUTE
typedef UserDefault 
CCUserDefault
var CCUserDefault
local CCUserDefault
CC_DEPRECATED_ATTRIBUTE
typedef Action 
CCAction
var CCAction
local CCAction
CC_DEPRECATED_ATTRIBUTE
typedef FiniteTimeAction 
CCFiniteTimeAction
local CCFiniteTimeAction
CC_DEPRECATED_ATTRIBUTE
typedef Speed 
CCSpeed
var CCSpeed
local CCSpeed
CC_DEPRECATED_ATTRIBUTE
typedef Follow 
CCFollow
var CCFollow
local CCFollow
CC_DEPRECATED_ATTRIBUTE
typedef GLProgram 
CCGLProgram
var CCGLProgram
local CCGLProgram
CC_DEPRECATED_ATTRIBUTE
typedef Touch 
CCTouch
var CCTouch
local CCTouch
CC_DEPRECATED_ATTRIBUTE
typedef Texture2D 
CCTexture2D
var CCTexture2D
local CCTexture2D
CC_DEPRECATED_ATTRIBUTE
typedef Node 
CCNode
var CCNode
local CCNode
CC_DEPRECATED_ATTRIBUTE
typedef Node 
CCNodeRGBA
var CCNodeRGBA
local CCNodeRGBA
CC_DEPRECATED_ATTRIBUTE
typedef Node 
CCRGBAProtocol
var CCRGBAProtocol
local CCRGBAProtocol
CC_DEPRECATED_ATTRIBUTE
typedef SpriteFrame 
CCSpriteFrame
var CCSpriteFrame
local CCSpriteFrame
CC_DEPRECATED_ATTRIBUTE
typedef AnimationFrame 
CCAnimationFrame
var CCAnimationFrame
local CCAnimationFrame
CC_DEPRECATED_ATTRIBUTE
typedef Animation 
CCAnimation
var CCAnimation
local CCAnimation
CC_DEPRECATED_ATTRIBUTE
typedef ActionInterval 
CCActionInterval
var CCActionInterval
local CCActionInterval
CC_DEPRECATED_ATTRIBUTE
typedef Sequence 
CCSequence
var CCSequence
local CCSequence
CC_DEPRECATED_ATTRIBUTE
typedef Repeat 
CCRepeat
var CCRepeat
local CCRepeat
CC_DEPRECATED_ATTRIBUTE
typedef RepeatForever 
CCRepeatForever
var CCRepeatForever
local CCRepeatForever
CC_DEPRECATED_ATTRIBUTE
typedef Spawn 
CCSpawn
var CCSpawn
local CCSpawn
CC_DEPRECATED_ATTRIBUTE
typedef RotateTo 
CCRotateTo
var CCRotateTo
local CCRotateTo
CC_DEPRECATED_ATTRIBUTE
typedef RotateBy 
CCRotateBy
var CCRotateBy
local CCRotateBy
CC_DEPRECATED_ATTRIBUTE
typedef MoveBy 
CCMoveBy
var CCMoveBy
local CCMoveBy
CC_DEPRECATED_ATTRIBUTE
typedef MoveTo 
CCMoveTo
var CCMoveTo
local CCMoveTo
CC_DEPRECATED_ATTRIBUTE
typedef SkewTo 
CCSkewTo
var CCSkewTo
local CCSkewTo
CC_DEPRECATED_ATTRIBUTE
typedef SkewBy 
CCSkewBy
var CCSkewBy
local CCSkewBy
CC_DEPRECATED_ATTRIBUTE
typedef JumpBy 
CCJumpBy
var CCJumpBy
local CCJumpBy
CC_DEPRECATED_ATTRIBUTE
typedef JumpTo 
CCJumpTo
var CCJumpTo
local CCJumpTo
CC_DEPRECATED_ATTRIBUTE
typedef BezierBy 
CCBezierBy
var CCBezierBy
local CCBezierBy
CC_DEPRECATED_ATTRIBUTE
typedef BezierTo 
CCBezierTo
var CCBezierTo
local CCBezierTo
CC_DEPRECATED_ATTRIBUTE
typedef ScaleTo 
CCScaleTo
var CCScaleTo
local CCScaleTo
CC_DEPRECATED_ATTRIBUTE
typedef ScaleBy 
CCScaleBy
var CCScaleBy
local CCScaleBy
CC_DEPRECATED_ATTRIBUTE
typedef Blink 
CCBlink
var CCBlink
local CCBlink
CC_DEPRECATED_ATTRIBUTE
typedef FadeIn 
CCFadeIn
var CCFadeIn
local CCFadeIn
CC_DEPRECATED_ATTRIBUTE
typedef FadeOut 
CCFadeOut
var CCFadeOut
local CCFadeOut
CC_DEPRECATED_ATTRIBUTE
typedef FadeTo 
CCFadeTo
var CCFadeTo
local CCFadeTo
CC_DEPRECATED_ATTRIBUTE
typedef TintTo 
CCTintTo
var CCTintTo
local CCTintTo
CC_DEPRECATED_ATTRIBUTE
typedef TintBy 
CCTintBy
var CCTintBy
local CCTintBy
CC_DEPRECATED_ATTRIBUTE
typedef DelayTime 
CCDelayTime
var CCDelayTime
local CCDelayTime
CC_DEPRECATED_ATTRIBUTE
typedef Animate 
CCAnimate
var CCAnimate
local CCAnimate
CC_DEPRECATED_ATTRIBUTE
typedef TargetedAction 
CCTargetedAction
var CCTargetedAction
local CCTargetedAction
CC_DEPRECATED_ATTRIBUTE
typedef ActionCamera 
CCActionCamera
var CCActionCamera
local CCActionCamera
CC_DEPRECATED_ATTRIBUTE
typedef OrbitCamera 
CCOrbitCamera
var CCOrbitCamera
local CCOrbitCamera
CC_DEPRECATED_ATTRIBUTE
typedef ActionManager 
CCActionManager
var CCActionManager
local CCActionManager
CC_DEPRECATED_ATTRIBUTE
typedef ActionEase 
CCActionEase
var CCActionEase
local CCActionEase
CC_DEPRECATED_ATTRIBUTE
typedef EaseRateAction 
CCEaseRateAction
var CCEaseRateAction
local CCEaseRateAction
CC_DEPRECATED_ATTRIBUTE
typedef EaseIn 
CCEaseIn
var CCEaseIn
local CCEaseIn
CC_DEPRECATED_ATTRIBUTE
typedef EaseOut 
CCEaseOut
var CCEaseOut
local CCEaseOut
CC_DEPRECATED_ATTRIBUTE
typedef EaseInOut 
CCEaseInOut
var CCEaseInOut
local CCEaseInOut
CC_DEPRECATED_ATTRIBUTE
typedef EaseExponentialIn 
CCEaseExponentialIn
CC_DEPRECATED_ATTRIBUTE
typedef EaseExponentialOut 
CCEaseExponentialOut
CC_DEPRECATED_ATTRIBUTE
typedef EaseExponentialInOut 
CCEaseExponentialInOut
CC_DEPRECATED_ATTRIBUTE
typedef EaseSineIn 
CCEaseSineIn
CC_DEPRECATED_ATTRIBUTE
typedef EaseSineOut 
CCEaseSineOut
var CCEaseSineOut
local CCEaseSineOut
CC_DEPRECATED_ATTRIBUTE
typedef EaseSineInOut 
CCEaseSineInOut
var CCEaseSineInOut
local CCEaseSineInOut
CC_DEPRECATED_ATTRIBUTE
typedef EaseElastic 
CCEaseElastic
var CCEaseElastic
local CCEaseElastic
CC_DEPRECATED_ATTRIBUTE
typedef EaseElasticIn 
CCEaseElasticIn
var CCEaseElasticIn
local CCEaseElasticIn
CC_DEPRECATED_ATTRIBUTE
typedef EaseElasticOut 
CCEaseElasticOut
var CCEaseElasticOut
local CCEaseElasticOut
CC_DEPRECATED_ATTRIBUTE
typedef EaseElasticInOut 
CCEaseElasticInOut
CC_DEPRECATED_ATTRIBUTE
typedef EaseBounce 
CCEaseBounce
CC_DEPRECATED_ATTRIBUTE
typedef EaseBounceIn 
CCEaseBounceIn
var CCEaseBounceIn
local CCEaseBounceIn
CC_DEPRECATED_ATTRIBUTE
typedef EaseBounceOut 
CCEaseBounceOut
var CCEaseBounceOut
local CCEaseBounceOut
CC_DEPRECATED_ATTRIBUTE
typedef EaseBounceInOut 
CCEaseBounceInOut
CC_DEPRECATED_ATTRIBUTE
typedef EaseBackIn 
CCEaseBackIn
CC_DEPRECATED_ATTRIBUTE
typedef EaseBackOut 
CCEaseBackOut
var CCEaseBackOut
local CCEaseBackOut
CC_DEPRECATED_ATTRIBUTE
typedef EaseBackInOut 
CCEaseBackInOut
var CCEaseBackInOut
local CCEaseBackInOut
CC_DEPRECATED_ATTRIBUTE
typedef ActionInstant 
CCActionInstant
var CCActionInstant
local CCActionInstant
CC_DEPRECATED_ATTRIBUTE
typedef Show 
CCShow
var CCShow
local CCShow
CC_DEPRECATED_ATTRIBUTE
typedef Hide 
CCHide
var CCHide
local CCHide
CC_DEPRECATED_ATTRIBUTE
typedef ToggleVisibility 
CCToggleVisibility
local CCToggleVisibility
CC_DEPRECATED_ATTRIBUTE
typedef FlipX 
CCFlipX
var CCFlipX
local CCFlipX
CC_DEPRECATED_ATTRIBUTE
typedef FlipY 
CCFlipY
var CCFlipY
local CCFlipY
CC_DEPRECATED_ATTRIBUTE
typedef Place 
CCPlace
var CCPlace
local CCPlace
CC_DEPRECATED_ATTRIBUTE
typedef CallFunc 
CCCallFunc
var CCCallFunc
local CCCallFunc
CC_DEPRECATED_ATTRIBUTE
typedef CallFuncN 
CCCallFuncN
var CCCallFuncN
local CCCallFuncN
CC_DEPRECATED_ATTRIBUTE
typedef __CCCallFuncND 
CCCallFuncND
var CCCallFuncND
local CCCallFuncND
CC_DEPRECATED_ATTRIBUTE
typedef __CCCallFuncO 
CCCallFuncO
var CCCallFuncO
local CCCallFuncO
CC_DEPRECATED_ATTRIBUTE
typedef GridAction 
CCGridAction
var CCGridAction
local CCGridAction
CC_DEPRECATED_ATTRIBUTE
typedef Grid3DAction 
CCGrid3DAction
var CCGrid3DAction
local CCGrid3DAction
CC_DEPRECATED_ATTRIBUTE
typedef TiledGrid3DAction 
CCTiledGrid3DAction
CC_DEPRECATED_ATTRIBUTE
typedef StopGrid 
CCStopGrid
CC_DEPRECATED_ATTRIBUTE
typedef ReuseGrid 
CCReuseGrid
var CCReuseGrid
local CCReuseGrid
CC_DEPRECATED_ATTRIBUTE
typedef Waves3D 
CCWaves3D
var CCWaves3D
local CCWaves3D
CC_DEPRECATED_ATTRIBUTE
typedef FlipX3D 
CCFlipX3D
var CCFlipX3D
local CCFlipX3D
CC_DEPRECATED_ATTRIBUTE
typedef FlipY3D 
CCFlipY3D
var CCFlipY3D
local CCFlipY3D
CC_DEPRECATED_ATTRIBUTE
typedef Lens3D 
CCLens3D
var CCLens3D
local CCLens3D
CC_DEPRECATED_ATTRIBUTE
typedef Ripple3D 
CCRipple3D
var CCRipple3D
local CCRipple3D
CC_DEPRECATED_ATTRIBUTE
typedef Shaky3D 
CCShaky3D
var CCShaky3D
local CCShaky3D
CC_DEPRECATED_ATTRIBUTE
typedef Liquid 
CCLiquid
var CCLiquid
local CCLiquid
CC_DEPRECATED_ATTRIBUTE
typedef Waves 
CCWaves
var CCWaves
local CCWaves
CC_DEPRECATED_ATTRIBUTE
typedef Twirl 
CCTwirl
var CCTwirl
local CCTwirl
CC_DEPRECATED_ATTRIBUTE
typedef PageTurn3D 
CCPageTurn3D
var CCPageTurn3D
local CCPageTurn3D
CC_DEPRECATED_ATTRIBUTE
typedef ProgressTo 
CCProgressTo
var CCProgressTo
local CCProgressTo
CC_DEPRECATED_ATTRIBUTE
typedef ProgressFromTo 
CCProgressFromTo
var CCProgressFromTo
local CCProgressFromTo
CC_DEPRECATED_ATTRIBUTE
typedef ShakyTiles3D 
CCShakyTiles3D
var CCShakyTiles3D
local CCShakyTiles3D
CC_DEPRECATED_ATTRIBUTE
typedef ShatteredTiles3D 
CCShatteredTiles3D
local CCShatteredTiles3D
CC_DEPRECATED_ATTRIBUTE
typedef ShuffleTiles 
CCShuffleTiles
CC_DEPRECATED_ATTRIBUTE
typedef FadeOutTRTiles 
CCFadeOutTRTiles
var CCFadeOutTRTiles
local CCFadeOutTRTiles
CC_DEPRECATED_ATTRIBUTE
typedef FadeOutBLTiles 
CCFadeOutBLTiles
var CCFadeOutBLTiles
local CCFadeOutBLTiles
CC_DEPRECATED_ATTRIBUTE
typedef FadeOutUpTiles 
CCFadeOutUpTiles
var CCFadeOutUpTiles
local CCFadeOutUpTiles
CC_DEPRECATED_ATTRIBUTE
typedef FadeOutDownTiles 
CCFadeOutDownTiles
local CCFadeOutDownTiles
CC_DEPRECATED_ATTRIBUTE
typedef TurnOffTiles 
CCTurnOffTiles
CC_DEPRECATED_ATTRIBUTE
typedef WavesTiles3D 
CCWavesTiles3D
var CCWavesTiles3D
local CCWavesTiles3D
CC_DEPRECATED_ATTRIBUTE
typedef JumpTiles3D 
CCJumpTiles3D
var CCJumpTiles3D
local CCJumpTiles3D
CC_DEPRECATED_ATTRIBUTE
typedef SplitRows 
CCSplitRows
var CCSplitRows
local CCSplitRows
CC_DEPRECATED_ATTRIBUTE
typedef SplitCols 
CCSplitCols
var CCSplitCols
local CCSplitCols
CC_DEPRECATED_ATTRIBUTE
typedef ActionTween 
CCActionTween
var CCActionTween
local CCActionTween
CC_DEPRECATED_ATTRIBUTE
typedef CardinalSplineTo 
CCCardinalSplineTo
local CCCardinalSplineTo
CC_DEPRECATED_ATTRIBUTE
typedef CardinalSplineBy 
CCCardinalSplineBy
CC_DEPRECATED_ATTRIBUTE
typedef CatmullRomTo 
CCCatmullRomTo
CC_DEPRECATED_ATTRIBUTE
typedef CatmullRomBy 
CCCatmullRomBy
var CCCatmullRomBy
local CCCatmullRomBy
CC_DEPRECATED_ATTRIBUTE
typedef AtlasNode 
CCAtlasNode
var CCAtlasNode
local CCAtlasNode
CC_DEPRECATED_ATTRIBUTE
typedef TextureProtocol 
CCTextureProtocol
CC_DEPRECATED_ATTRIBUTE
typedef BlendProtocol 
CCBlendProtocol
CC_DEPRECATED_ATTRIBUTE
typedef DrawNode 
CCDrawNode
var CCDrawNode
local CCDrawNode
CC_DEPRECATED_ATTRIBUTE
typedef Camera 
CCCamera
var CCCamera
local CCCamera
CC_DEPRECATED_ATTRIBUTE
typedef LabelAtlas 
CCLabelAtlas
var CCLabelAtlas
local CCLabelAtlas
CC_DEPRECATED_ATTRIBUTE
typedef LabelProtocol 
CCLabelProtocol
var CCLabelProtocol
local CCLabelProtocol
CC_DEPRECATED_ATTRIBUTE
typedef Director 
CCDirector
var CCDirector
local CCDirector
CC_DEPRECATED_ATTRIBUTE
typedef GridBase 
CCGridBase
var CCGridBase
local CCGridBase
CC_DEPRECATED_ATTRIBUTE
typedef Grid3D 
CCGrid3D
var CCGrid3D
local CCGrid3D
CC_DEPRECATED_ATTRIBUTE
typedef TiledGrid3D 
CCTiledGrid3D
var CCTiledGrid3D
local CCTiledGrid3D
CC_DEPRECATED_ATTRIBUTE
typedef Sprite 
CCSprite
var CCSprite
local CCSprite
CC_DEPRECATED_ATTRIBUTE
typedef SpriteBatchNode 
CCSpriteBatchNode
var CCSpriteBatchNode
local CCSpriteBatchNode
CC_DEPRECATED_ATTRIBUTE
typedef Layer 
CCLayer
CC_DEPRECATED_ATTRIBUTE
typedef Layer 
CCLayerRGBA
var CCLayerRGBA
local CCLayerRGBA
CC_DEPRECATED_ATTRIBUTE
typedef LayerColor 
CCLayerColor
var CCLayerColor
local CCLayerColor
CC_DEPRECATED_ATTRIBUTE
typedef LayerGradient 
CCLayerGradient
var CCLayerGradient
local CCLayerGradient
CC_DEPRECATED_ATTRIBUTE
typedef LayerMultiplex 
CCLayerMultiplex
var CCLayerMultiplex
local CCLayerMultiplex
CC_DEPRECATED_ATTRIBUTE
typedef Scene 
CCScene
var CCScene
local CCScene
CC_DEPRECATED_ATTRIBUTE
typedef TransitionEaseScene 
CCTransitionEaseScene
CC_DEPRECATED_ATTRIBUTE
typedef TransitionScene 
CCTransitionScene
CC_DEPRECATED_ATTRIBUTE
typedef
TransitionSceneOriented 
CCTransitionSceneOriented
CC_DEPRECATED_ATTRIBUTE
typedef TransitionRotoZoom 
CCTransitionRotoZoom
CC_DEPRECATED_ATTRIBUTE
typedef TransitionJumpZoom 
CCTransitionJumpZoom
CC_DEPRECATED_ATTRIBUTE
typedef TransitionMoveInL 
CCTransitionMoveInL
CC_DEPRECATED_ATTRIBUTE
typedef TransitionMoveInR 
CCTransitionMoveInR
CC_DEPRECATED_ATTRIBUTE
typedef TransitionMoveInT 
CCTransitionMoveInT
CC_DEPRECATED_ATTRIBUTE
typedef TransitionMoveInB 
CCTransitionMoveInB
CC_DEPRECATED_ATTRIBUTE
typedef TransitionSlideInL 
CCTransitionSlideInL
CC_DEPRECATED_ATTRIBUTE
typedef TransitionSlideInR 
CCTransitionSlideInR
CC_DEPRECATED_ATTRIBUTE
typedef TransitionSlideInB 
CCTransitionSlideInB
CC_DEPRECATED_ATTRIBUTE
typedef TransitionSlideInT 
CCTransitionSlideInT
CC_DEPRECATED_ATTRIBUTE
typedef TransitionShrinkGrow 
CCTransitionShrinkGrow
CC_DEPRECATED_ATTRIBUTE
typedef TransitionFlipX 
CCTransitionFlipX
CC_DEPRECATED_ATTRIBUTE
typedef TransitionFlipY 
CCTransitionFlipY
CC_DEPRECATED_ATTRIBUTE
typedef TransitionFlipAngular 
CCTransitionFlipAngular
CC_DEPRECATED_ATTRIBUTE
typedef TransitionZoomFlipX 
CCTransitionZoomFlipX
CC_DEPRECATED_ATTRIBUTE
typedef TransitionZoomFlipY 
CCTransitionZoomFlipY
CC_DEPRECATED_ATTRIBUTE
typedef
TransitionZoomFlipAngular 
CCTransitionZoomFlipAngular
CC_DEPRECATED_ATTRIBUTE
typedef TransitionFade 
CCTransitionFade
CC_DEPRECATED_ATTRIBUTE
typedef TransitionCrossFade 
CCTransitionCrossFade
CC_DEPRECATED_ATTRIBUTE
typedef TransitionTurnOffTiles 
CCTransitionTurnOffTiles
CC_DEPRECATED_ATTRIBUTE
typedef TransitionSplitCols 
CCTransitionSplitCols
CC_DEPRECATED_ATTRIBUTE
typedef TransitionSplitRows 
CCTransitionSplitRows
CC_DEPRECATED_ATTRIBUTE
typedef TransitionFadeTR 
CCTransitionFadeTR
CC_DEPRECATED_ATTRIBUTE
typedef TransitionFadeBL 
CCTransitionFadeBL
CC_DEPRECATED_ATTRIBUTE
typedef TransitionFadeUp 
CCTransitionFadeUp
CC_DEPRECATED_ATTRIBUTE
typedef TransitionFadeDown 
CCTransitionFadeDown
CC_DEPRECATED_ATTRIBUTE
typedef TransitionPageTurn 
CCTransitionPageTurn
CC_DEPRECATED_ATTRIBUTE
typedef TransitionProgress 
CCTransitionProgress
CC_DEPRECATED_ATTRIBUTE
typedef
TransitionProgressRadialCCW 
CCTransitionProgressRadialCCW
CC_DEPRECATED_ATTRIBUTE
typedef
TransitionProgressRadialCW 
CCTransitionProgressRadialCW
CC_DEPRECATED_ATTRIBUTE
typedef
TransitionProgressHorizontal 
CCTransitionProgressHorizontal
CC_DEPRECATED_ATTRIBUTE
typedef
TransitionProgressVertical 
CCTransitionProgressVertical
CC_DEPRECATED_ATTRIBUTE
typedef
TransitionProgressInOut 
CCTransitionProgressInOut
CC_DEPRECATED_ATTRIBUTE
typedef
TransitionProgressOutIn 
CCTransitionProgressOutIn
CC_DEPRECATED_ATTRIBUTE
typedef MenuItem 
CCMenuItem
CC_DEPRECATED_ATTRIBUTE
typedef MenuItemLabel 
CCMenuItemLabel
var CCMenuItemLabel
local CCMenuItemLabel
CC_DEPRECATED_ATTRIBUTE
typedef MenuItemAtlasFont 
CCMenuItemAtlasFont
CC_DEPRECATED_ATTRIBUTE
typedef MenuItemFont 
CCMenuItemFont
CC_DEPRECATED_ATTRIBUTE
typedef MenuItemSprite 
CCMenuItemSprite
var CCMenuItemSprite
local CCMenuItemSprite
CC_DEPRECATED_ATTRIBUTE
typedef MenuItemImage 
CCMenuItemImage
var CCMenuItemImage
local CCMenuItemImage
CC_DEPRECATED_ATTRIBUTE
typedef MenuItemToggle 
CCMenuItemToggle
var CCMenuItemToggle
local CCMenuItemToggle
CC_DEPRECATED_ATTRIBUTE
typedef Menu 
CCMenu
var CCMenu
local CCMenu
CC_DEPRECATED_ATTRIBUTE
typedef ClippingNode 
CCClippingNode
var CCClippingNode
local CCClippingNode
CC_DEPRECATED_ATTRIBUTE
typedef MotionStreak 
CCMotionStreak
var CCMotionStreak
local CCMotionStreak
CC_DEPRECATED_ATTRIBUTE
typedef ProgressTimer 
CCProgressTimer
var CCProgressTimer
local CCProgressTimer
CC_DEPRECATED_ATTRIBUTE
typedef RenderTexture 
CCRenderTexture
var CCRenderTexture
local CCRenderTexture
CC_DEPRECATED_ATTRIBUTE
typedef ParticleBatchNode 
CCParticleBatchNode
CC_DEPRECATED_ATTRIBUTE
typedef ParticleSystem 
CCParticleSystem
CC_DEPRECATED_ATTRIBUTE
typedef ParticleSystemQuad 
CCParticleSystemQuad
CC_DEPRECATED_ATTRIBUTE
typedef ParticleFire 
CCParticleFire
CC_DEPRECATED_ATTRIBUTE
typedef ParticleFireworks 
CCParticleFireworks
CC_DEPRECATED_ATTRIBUTE
typedef ParticleSun 
CCParticleSun
CC_DEPRECATED_ATTRIBUTE
typedef ParticleGalaxy 
CCParticleGalaxy
var CCParticleGalaxy
local CCParticleGalaxy
CC_DEPRECATED_ATTRIBUTE
typedef ParticleFlower 
CCParticleFlower
var CCParticleFlower
local CCParticleFlower
CC_DEPRECATED_ATTRIBUTE
typedef ParticleMeteor 
CCParticleMeteor
var CCParticleMeteor
local CCParticleMeteor
CC_DEPRECATED_ATTRIBUTE
typedef ParticleSpiral 
CCParticleSpiral
var CCParticleSpiral
local CCParticleSpiral
CC_DEPRECATED_ATTRIBUTE
typedef ParticleExplosion 
CCParticleExplosion
CC_DEPRECATED_ATTRIBUTE
typedef ParticleSmoke 
CCParticleSmoke
CC_DEPRECATED_ATTRIBUTE
typedef ParticleSnow 
CCParticleSnow
var CCParticleSnow
local CCParticleSnow
CC_DEPRECATED_ATTRIBUTE
typedef ParticleRain 
CCParticleRain
var CCParticleRain
local CCParticleRain
CC_DEPRECATED_ATTRIBUTE
typedef FileUtils 
CCFileUtils
var CCFileUtils
local CCFileUtils
CC_DEPRECATED_ATTRIBUTE
typedef Application 
CCApplication
var CCApplication
local CCApplication
CC_DEPRECATED_ATTRIBUTE
typedef GLProgramCache 
CCShaderCache
var CCShaderCache
local CCShaderCache
CC_DEPRECATED_ATTRIBUTE
typedef GLProgramCache 
ShaderCache
var ShaderCache
local ShaderCache
CC_DEPRECATED_ATTRIBUTE
typedef AnimationCache 
CCAnimationCache
var CCAnimationCache
local CCAnimationCache
CC_DEPRECATED_ATTRIBUTE
typedef SpriteFrameCache 
CCSpriteFrameCache
CC_DEPRECATED_ATTRIBUTE
typedef TextureCache 
CCTextureCache
CC_DEPRECATED_ATTRIBUTE
typedef ParallaxNode 
CCParallaxNode
var CCParallaxNode
local CCParallaxNode
CC_DEPRECATED_ATTRIBUTE
typedef TMXObjectGroup 
CCTMXObjectGroup
var CCTMXObjectGroup
local CCTMXObjectGroup
CC_DEPRECATED_ATTRIBUTE
typedef TMXLayerInfo 
CCTMXLayerInfo
var CCTMXLayerInfo
local CCTMXLayerInfo
CC_DEPRECATED_ATTRIBUTE
typedef TMXTilesetInfo 
CCTMXTilesetInfo
var CCTMXTilesetInfo
local CCTMXTilesetInfo
CC_DEPRECATED_ATTRIBUTE
typedef TMXMapInfo 
CCTMXMapInfo
var CCTMXMapInfo
local CCTMXMapInfo
CC_DEPRECATED_ATTRIBUTE
typedef TMXLayer 
CCTMXLayer
var CCTMXLayer
local CCTMXLayer
CC_DEPRECATED_ATTRIBUTE
typedef TMXTiledMap 
CCTMXTiledMap
var CCTMXTiledMap
local CCTMXTiledMap
CC_DEPRECATED_ATTRIBUTE
typedef TileMapAtlas 
CCTileMapAtlas
var CCTileMapAtlas
local CCTileMapAtlas
CC_DEPRECATED_ATTRIBUTE
typedef Timer 
CCTimer
var CCTimer
local CCTimer
CC_DEPRECATED_ATTRIBUTE
typedef Scheduler 
CCScheduler
var CCScheduler
local CCScheduler
CC_DEPRECATED_ATTRIBUTE
typedef GLView 
CCEGLView
var CCEGLView
local CCEGLView
CC_DEPRECATED_ATTRIBUTE
typedef Component 
CCComponent
var CCComponent
local CCComponent
CC_DEPRECATED_ATTRIBUTE
typedef AffineTransform 
CCAffineTransform
CC_DEPRECATED_ATTRIBUTE
typedef Vec2 
CCPoint
var CCPoint
local CCPoint
CC_DEPRECATED_ATTRIBUTE
typedef Size 
CCSize
var CCSize
local CCSize
CC_DEPRECATED_ATTRIBUTE
typedef Rect 
CCRect
var CCRect
local CCRect
CC_DEPRECATED_ATTRIBUTE
typedef Color3B 
ccColor3B
var ccColor3B
local ccColor3B
CC_DEPRECATED_ATTRIBUTE
typedef Color4F 
ccColor4F
var ccColor4F
local ccColor4F
CC_DEPRECATED_ATTRIBUTE
typedef Color4B 
ccColor4B
var ccColor4B
local ccColor4B
CC_DEPRECATED_ATTRIBUTE
typedef Vec2 
ccVertex2F
var ccVertex2F
local ccVertex2F
CC_DEPRECATED_ATTRIBUTE
typedef Vec2 
Vertex2F
var Vertex2F
local Vertex2F
CC_DEPRECATED_ATTRIBUTE
typedef Vec3 
ccVertex3F
var ccVertex3F
local ccVertex3F
CC_DEPRECATED_ATTRIBUTE
typedef Vec3 
Vertex3F
var Vertex3F
local Vertex3F
CC_DEPRECATED_ATTRIBUTE
typedef Tex2F 
ccTex2F
var ccTex2F
local ccTex2F
CC_DEPRECATED_ATTRIBUTE
typedef PointSprite 
ccPointSprite
var ccPointSprite
local ccPointSprite
CC_DEPRECATED_ATTRIBUTE
typedef Quad2 
ccQuad2
var ccQuad2
local ccQuad2
CC_DEPRECATED_ATTRIBUTE
typedef Quad3 
ccQuad3
var ccQuad3
local ccQuad3
CC_DEPRECATED_ATTRIBUTE
typedef V2F_C4B_T2F 
ccV2F_C4B_T2F
var ccV2F_C4B_T2F
local ccV2F_C4B_T2F
CC_DEPRECATED_ATTRIBUTE
typedef V2F_C4F_T2F 
ccV2F_C4F_T2F
var ccV2F_C4F_T2F
local ccV2F_C4F_T2F
CC_DEPRECATED_ATTRIBUTE
typedef V3F_C4B_T2F 
ccV3F_C4B_T2F
var ccV3F_C4B_T2F
local ccV3F_C4B_T2F
CC_DEPRECATED_ATTRIBUTE
typedef V2F_C4B_T2F_Triangle 
ccV2F_C4B_T2F_Triangle
CC_DEPRECATED_ATTRIBUTE
typedef V2F_C4B_T2F_Quad 
ccV2F_C4B_T2F_Quad
CC_DEPRECATED_ATTRIBUTE
typedef V3F_C4B_T2F_Quad 
ccV3F_C4B_T2F_Quad
CC_DEPRECATED_ATTRIBUTE
typedef V2F_C4F_T2F_Quad 
ccV2F_C4F_T2F_Quad
CC_DEPRECATED_ATTRIBUTE
typedef BlendFunc 
ccBlendFunc
CC_DEPRECATED_ATTRIBUTE
typedef T2F_Quad 
ccT2F_Quad
var ccT2F_Quad
local ccT2F_Quad
CC_DEPRECATED_ATTRIBUTE
typedef AnimationFrameData 
ccAnimationFrameData
CC_DEPRECATED_ATTRIBUTE
typedef FontShadow 
ccFontShadow
CC_DEPRECATED_ATTRIBUTE
typedef FontStroke 
ccFontStroke
var ccFontStroke
local ccFontStroke
CC_DEPRECATED_ATTRIBUTE
typedef FontDefinition 
ccFontDefinition
var ccFontDefinition
local ccFontDefinition
CC_DEPRECATED_ATTRIBUTE
typedef TextVAlignment 
CCVerticalTextAlignment
CC_DEPRECATED_ATTRIBUTE
typedef TextHAlignment 
CCTextAlignment
CC_DEPRECATED_ATTRIBUTE
typedef ProgressTimer::Type 
CCProgressTimerType
CC_DEPRECATED_ATTRIBUTE
typedef void * 
CCZone
var CCZone
local CCZone
CC_DEPRECATED_ATTRIBUTE
typedef ProgressTimer::Type 
ProgressTimerType
CC_DEPRECATED_ATTRIBUTE
typedef Director::Projection 
ccDirectorProjection
 Possible OpenGL projections used by director. More...
 
CC_DEPRECATED_ATTRIBUTE
typedef Texture2D::PixelFormat 
CCTexture2DPixelFormat
CC_DEPRECATED_ATTRIBUTE
typedef
ParticleSystem::PositionType 
tPositionType
CC_DEPRECATED_ATTRIBUTE
typedef Menu::State 
tMenuState
CC_DEPRECATED_ATTRIBUTE
typedef Touch::DispatchMode 
ccTouchesMode
CC_DEPRECATED_ATTRIBUTE
typedef Image::Format 
tImageFormat
CC_DEPRECATED_ATTRIBUTE
typedef
TransitionScene::Orientation 
tOrientation
CC_DEPRECATED_ATTRIBUTE
typedef LanguageType 
ccLanguageType
CC_DEPRECATED_ATTRIBUTE
typedef Application::Platform 
TargetPlatform
CC_DEPRECATED_ATTRIBUTE typedef int ccGLServerState
CC_DEPRECATED_ATTRIBUTE
typedef Data 
CCData
var CCData
local CCData
CC_DEPRECATED_ATTRIBUTE
typedef __Set 
CCSet
var CCSet
local CCSet
CC_DEPRECATED_ATTRIBUTE
typedef __SetIterator 
CCSetIterator
var CCSetIterator
local CCSetIterator
CC_DEPRECATED_ATTRIBUTE
typedef __Set 
Set
var Set
local Set
CC_DEPRECATED_ATTRIBUTE
typedef __SetIterator 
SetIterator
var SetIterator
local SetIterator
CC_DEPRECATED_ATTRIBUTE
typedef __Array 
CCArray
var CCArray
local CCArray
CC_DEPRECATED_ATTRIBUTE
typedef __Array 
Array
var Array
local Array
CC_DEPRECATED_ATTRIBUTE
typedef __Dictionary 
Dictionary
var Dictionary
local Dictionary
CC_DEPRECATED_ATTRIBUTE
typedef __Dictionary 
CCDictionary
var CCDictionary
local CCDictionary
CC_DEPRECATED_ATTRIBUTE
typedef __Double 
Double
var Double
local Double
CC_DEPRECATED_ATTRIBUTE
typedef __Double 
CCDouble
var CCDouble
local CCDouble
CC_DEPRECATED_ATTRIBUTE
typedef __Float 
Float
var Float
local Float
CC_DEPRECATED_ATTRIBUTE
typedef __Float 
CCFloat
var CCFloat
local CCFloat
CC_DEPRECATED_ATTRIBUTE
typedef __Integer 
Integer
var Integer
local Integer
CC_DEPRECATED_ATTRIBUTE
typedef __Integer 
CCInteger
var CCInteger
local CCInteger
CC_DEPRECATED_ATTRIBUTE
typedef __Bool 
Bool
var Bool
local Bool
CC_DEPRECATED_ATTRIBUTE
typedef __Bool 
CCBool
var CCBool
local CCBool
CC_DEPRECATED_ATTRIBUTE
typedef __String 
CCString
var CCString
local CCString
CC_DEPRECATED_ATTRIBUTE
typedef __String 
String
var String
local String
CC_DEPRECATED_ATTRIBUTE
typedef __RGBAProtocol 
RGBAProtocol
var RGBAProtocol
local RGBAProtocol
CC_DEPRECATED_ATTRIBUTE
typedef __NodeRGBA 
NodeRGBA
var NodeRGBA
local NodeRGBA
CC_DEPRECATED_ATTRIBUTE
typedef __LayerRGBA 
LayerRGBA
var LayerRGBA
local LayerRGBA
CC_DEPRECATED_ATTRIBUTE
typedef float 
kmScalar
var kmScalar
local kmScalar
CC_DEPRECATED_ATTRIBUTE
typedef Mat4 
kmMat4
var kmMat4
local kmMat4
CC_DEPRECATED_ATTRIBUTE
typedef Vec3 
kmVec3
var kmVec3
local kmVec3
CC_DEPRECATED_ATTRIBUTE
typedef Vec2 
kmVec2
var kmVec2
local kmVec2
CC_DEPRECATED_ATTRIBUTE
typedef Vec4 
kmVec4
var kmVec4
local kmVec4
std::string s_attributeNames []
var s_attributeNames ()
local s_attributeNames ()
const std::string STD_STRING_EMPTY
var STD_STRING_EMPTY
local STD_STRING_EMPTY
bool kProfilerCategorySprite
var kProfilerCategorySprite
local kProfilerCategorySprite
bool kProfilerCategoryBatchSprite
var kProfilerCategoryBatchSprite
local kProfilerCategoryBatchSprite
bool kProfilerCategoryParticles
var kProfilerCategoryParticles
local kProfilerCategoryParticles
const ssize_t CC_INVALID_INDEX
const ValueVector ValueVectorNull
var ValueVectorNull
local ValueVectorNull
const ValueMap ValueMapNull
var ValueMapNull
local ValueMapNull
const ValueMapIntKey ValueMapIntKeyNull
var ValueMapIntKeyNull
local ValueMapIntKeyNull
CC_DEPRECATED_ATTRIBUTE const Vec2 CCPointZero
CC_DEPRECATED_ATTRIBUTE const Size CCSizeZero
var CCSizeZero
local CCSizeZero
CC_DEPRECATED_ATTRIBUTE const Rect CCRectZero
var CCRectZero
local CCRectZero
CC_DEPRECATED_ATTRIBUTE const
Color3B 
ccWHITE
var ccWHITE
local ccWHITE
CC_DEPRECATED_ATTRIBUTE const
Color3B 
ccYELLOW
var ccYELLOW
local ccYELLOW
CC_DEPRECATED_ATTRIBUTE const
Color3B 
ccGREEN
var ccGREEN
local ccGREEN
CC_DEPRECATED_ATTRIBUTE const
Color3B 
ccBLUE
var ccBLUE
local ccBLUE
CC_DEPRECATED_ATTRIBUTE const
Color3B 
ccRED
var ccRED
local ccRED
CC_DEPRECATED_ATTRIBUTE const
Color3B 
ccMAGENTA
var ccMAGENTA
local ccMAGENTA
CC_DEPRECATED_ATTRIBUTE const
Color3B 
ccBLACK
var ccBLACK
local ccBLACK
CC_DEPRECATED_ATTRIBUTE const
Color3B 
ccORANGE
var ccORANGE
local ccORANGE
CC_DEPRECATED_ATTRIBUTE const
Color3B 
ccGRAY
var ccGRAY
local ccGRAY
CC_DEPRECATED_ATTRIBUTE const
BlendFunc 
kCCBlendFuncDisable
CC_DEPRECATED_ATTRIBUTE const int kCCVertexAttrib_Position = GLProgram::VERTEX_ATTRIB_POSITION
CC_DEPRECATED_ATTRIBUTE const int kCCVertexAttrib_Color = GLProgram::VERTEX_ATTRIB_COLOR
var kCCVertexAttrib_Color = GLProgram::VERTEX_ATTRIB_COLOR
local kCCVertexAttrib_Color = GLProgram::VERTEX_ATTRIB_COLOR
CC_DEPRECATED_ATTRIBUTE const int kCCVertexAttrib_TexCoords = GLProgram::VERTEX_ATTRIB_TEX_COORD
var kCCVertexAttrib_TexCoords = GLProgram::VERTEX_ATTRIB_TEX_COORD
local kCCVertexAttrib_TexCoords = GLProgram::VERTEX_ATTRIB_TEX_COORD
CC_DEPRECATED_ATTRIBUTE const int kCCVertexAttrib_MAX = GLProgram::VERTEX_ATTRIB_MAX
var kCCVertexAttrib_MAX = GLProgram::VERTEX_ATTRIB_MAX
local kCCVertexAttrib_MAX = GLProgram::VERTEX_ATTRIB_MAX
CC_DEPRECATED_ATTRIBUTE const int kCCUniformPMatrix = GLProgram::UNIFORM_P_MATRIX
var kCCUniformPMatrix = GLProgram::UNIFORM_P_MATRIX
local kCCUniformPMatrix = GLProgram::UNIFORM_P_MATRIX
CC_DEPRECATED_ATTRIBUTE const int kCCUniformMVMatrix = GLProgram::UNIFORM_MV_MATRIX
var kCCUniformMVMatrix = GLProgram::UNIFORM_MV_MATRIX
local kCCUniformMVMatrix = GLProgram::UNIFORM_MV_MATRIX
CC_DEPRECATED_ATTRIBUTE const int kCCUniformMVPMatrix = GLProgram::UNIFORM_MVP_MATRIX
var kCCUniformMVPMatrix = GLProgram::UNIFORM_MVP_MATRIX
local kCCUniformMVPMatrix = GLProgram::UNIFORM_MVP_MATRIX
CC_DEPRECATED_ATTRIBUTE const int kCCUniformTime = GLProgram::UNIFORM_TIME
var kCCUniformTime = GLProgram::UNIFORM_TIME
local kCCUniformTime = GLProgram::UNIFORM_TIME
CC_DEPRECATED_ATTRIBUTE const int kCCUniformSinTime = GLProgram::UNIFORM_SIN_TIME
var kCCUniformSinTime = GLProgram::UNIFORM_SIN_TIME
local kCCUniformSinTime = GLProgram::UNIFORM_SIN_TIME
CC_DEPRECATED_ATTRIBUTE const int kCCUniformCosTime = GLProgram::UNIFORM_COS_TIME
var kCCUniformCosTime = GLProgram::UNIFORM_COS_TIME
local kCCUniformCosTime = GLProgram::UNIFORM_COS_TIME
CC_DEPRECATED_ATTRIBUTE const int kCCUniformRandom01 = GLProgram::UNIFORM_RANDOM01
var kCCUniformRandom01 = GLProgram::UNIFORM_RANDOM01
local kCCUniformRandom01 = GLProgram::UNIFORM_RANDOM01
CC_DEPRECATED_ATTRIBUTE const int kCCUniformSampler = GLProgram::UNIFORM_SAMPLER0
var kCCUniformSampler = GLProgram::UNIFORM_SAMPLER0
local kCCUniformSampler = GLProgram::UNIFORM_SAMPLER0
CC_DEPRECATED_ATTRIBUTE const int kCCUniform_MAX = GLProgram::UNIFORM_MAX
var kCCUniform_MAX = GLProgram::UNIFORM_MAX
local kCCUniform_MAX = GLProgram::UNIFORM_MAX
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCShader_PositionTextureColor
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCShader_PositionTextureColorAlphaTest
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCShader_PositionColor
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCShader_PositionTexture
var kCCShader_PositionTexture
local kCCShader_PositionTexture
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCShader_PositionTexture_uColor
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCShader_PositionTextureA8Color
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCShader_Position_uColor
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCShader_PositionLengthTexureColor
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCUniformPMatrix_s
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCUniformMVMatrix_s
var kCCUniformMVMatrix_s
local kCCUniformMVMatrix_s
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCUniformMVPMatrix_s
var kCCUniformMVPMatrix_s
local kCCUniformMVPMatrix_s
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCUniformTime_s
var kCCUniformTime_s
local kCCUniformTime_s
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCUniformSinTime_s
var kCCUniformSinTime_s
local kCCUniformSinTime_s
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCUniformCosTime_s
var kCCUniformCosTime_s
local kCCUniformCosTime_s
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCUniformRandom01_s
var kCCUniformRandom01_s
local kCCUniformRandom01_s
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCUniformSampler_s
var kCCUniformSampler_s
local kCCUniformSampler_s
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCUniformAlphaTestValue
var kCCUniformAlphaTestValue
local kCCUniformAlphaTestValue
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCAttributeNameColor
var kCCAttributeNameColor
local kCCAttributeNameColor
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCAttributeNamePosition
var kCCAttributeNamePosition
local kCCAttributeNamePosition
CC_DEPRECATED_ATTRIBUTE const
char * 
kCCAttributeNameTexCoord
var kCCAttributeNameTexCoord
local kCCAttributeNameTexCoord
CC_DEPRECATED_ATTRIBUTE const int kCCVertexAttribFlag_None = GL::VERTEX_ATTRIB_FLAG_NONE
var kCCVertexAttribFlag_None = GL::VERTEX_ATTRIB_FLAG_NONE
local kCCVertexAttribFlag_None = GL::VERTEX_ATTRIB_FLAG_NONE
CC_DEPRECATED_ATTRIBUTE const int kCCVertexAttribFlag_Position = GL::VERTEX_ATTRIB_FLAG_POSITION
var kCCVertexAttribFlag_Position = GL::VERTEX_ATTRIB_FLAG_POSITION
local kCCVertexAttribFlag_Position = GL::VERTEX_ATTRIB_FLAG_POSITION
CC_DEPRECATED_ATTRIBUTE const int kCCVertexAttribFlag_Color = GL::VERTEX_ATTRIB_FLAG_COLOR
var kCCVertexAttribFlag_Color = GL::VERTEX_ATTRIB_FLAG_COLOR
local kCCVertexAttribFlag_Color = GL::VERTEX_ATTRIB_FLAG_COLOR
CC_DEPRECATED_ATTRIBUTE const int kCCVertexAttribFlag_TexCoords = GL::VERTEX_ATTRIB_FLAG_TEX_COORD
var kCCVertexAttribFlag_TexCoords = GL::VERTEX_ATTRIB_FLAG_TEX_COORD
local kCCVertexAttribFlag_TexCoords = GL::VERTEX_ATTRIB_FLAG_TEX_COORD
CC_DEPRECATED_ATTRIBUTE const int kCCVertexAttribFlag_PosColorTex = GL::VERTEX_ATTRIB_FLAG_POS_COLOR_TEX
CC_DEPRECATED_ATTRIBUTE const
ProgressTimer::Type 
kCCProgressTimerTypeRadial = ProgressTimer::Type::RADIAL
CC_DEPRECATED_ATTRIBUTE const
ProgressTimer::Type 
kCCProgressTimerTypeBar = ProgressTimer::Type::BAR
CC_DEPRECATED_ATTRIBUTE const
Director::Projection 
kCCDirectorProjection2D = Director::Projection::_2D
CC_DEPRECATED_ATTRIBUTE const
Director::Projection 
kCCDirectorProjection3D = Director::Projection::_3D
CC_DEPRECATED_ATTRIBUTE const
Director::Projection 
kCCDirectorProjectionCustom = Director::Projection::CUSTOM
CC_DEPRECATED_ATTRIBUTE const
Director::Projection 
kCCDirectorProjectionDefault = Director::Projection::DEFAULT
CC_DEPRECATED_ATTRIBUTE const
TextVAlignment 
kCCVerticalTextAlignmentTop = TextVAlignment::TOP
CC_DEPRECATED_ATTRIBUTE const
TextVAlignment 
kCCVerticalTextAlignmentCenter = TextVAlignment::CENTER
CC_DEPRECATED_ATTRIBUTE const
TextVAlignment 
kCCVerticalTextAlignmentBottom = TextVAlignment::BOTTOM
CC_DEPRECATED_ATTRIBUTE const
TextHAlignment 
kCCTextAlignmentLeft = TextHAlignment::LEFT
CC_DEPRECATED_ATTRIBUTE const
TextHAlignment 
kCCTextAlignmentCenter = TextHAlignment::CENTER
CC_DEPRECATED_ATTRIBUTE const
TextHAlignment 
kCCTextAlignmentRight = TextHAlignment::RIGHT
CC_DEPRECATED_ATTRIBUTE const
Texture2D::PixelFormat 
kCCTexture2DPixelFormat_RGBA8888 = Texture2D::PixelFormat::RGBA8888
CC_DEPRECATED_ATTRIBUTE const
Texture2D::PixelFormat 
kCCTexture2DPixelFormat_RGB888 = Texture2D::PixelFormat::RGB888
CC_DEPRECATED_ATTRIBUTE const
Texture2D::PixelFormat 
kCCTexture2DPixelFormat_RGB565 = Texture2D::PixelFormat::RGB565
CC_DEPRECATED_ATTRIBUTE const
Texture2D::PixelFormat 
kCCTexture2DPixelFormat_A8 = Texture2D::PixelFormat::A8
CC_DEPRECATED_ATTRIBUTE const
Texture2D::PixelFormat 
kCCTexture2DPixelFormat_I8 = Texture2D::PixelFormat::I8
CC_DEPRECATED_ATTRIBUTE const
Texture2D::PixelFormat 
kCCTexture2DPixelFormat_AI88 = Texture2D::PixelFormat::AI88
CC_DEPRECATED_ATTRIBUTE const
Texture2D::PixelFormat 
kCCTexture2DPixelFormat_RGBA4444 = Texture2D::PixelFormat::RGBA4444
CC_DEPRECATED_ATTRIBUTE const
Texture2D::PixelFormat 
kCCTexture2DPixelFormat_RGB5A1 = Texture2D::PixelFormat::RGB5A1
CC_DEPRECATED_ATTRIBUTE const
Texture2D::PixelFormat 
kCCTexture2DPixelFormat_PVRTC4 = Texture2D::PixelFormat::PVRTC4
CC_DEPRECATED_ATTRIBUTE const
Texture2D::PixelFormat 
kCCTexture2DPixelFormat_PVRTC2 = Texture2D::PixelFormat::PVRTC2
CC_DEPRECATED_ATTRIBUTE const
Texture2D::PixelFormat 
kCCTexture2DPixelFormat_Default = Texture2D::PixelFormat::DEFAULT
CC_DEPRECATED_ATTRIBUTE const int kCCParticleDurationInfinity = ParticleSystem::DURATION_INFINITY
CC_DEPRECATED_ATTRIBUTE const int kCCParticleStartSizeEqualToEndSize = ParticleSystem::START_SIZE_EQUAL_TO_END_SIZE
CC_DEPRECATED_ATTRIBUTE const int kCCParticleStartRadiusEqualToEndRadius = ParticleSystem::START_RADIUS_EQUAL_TO_END_RADIUS
CC_DEPRECATED_ATTRIBUTE const int kParticleDurationInfinity = ParticleSystem::DURATION_INFINITY
CC_DEPRECATED_ATTRIBUTE const int kParticleStartSizeEqualToEndSize = ParticleSystem::START_SIZE_EQUAL_TO_END_SIZE
CC_DEPRECATED_ATTRIBUTE const int kParticleStartRadiusEqualToEndRadius = ParticleSystem::START_RADIUS_EQUAL_TO_END_RADIUS
CC_DEPRECATED_ATTRIBUTE const
ParticleSystem::Mode 
kCCParticleModeGravity = ParticleSystem::Mode::GRAVITY
CC_DEPRECATED_ATTRIBUTE const
ParticleSystem::Mode 
kCCParticleModeRadius = ParticleSystem::Mode::RADIUS
CC_DEPRECATED_ATTRIBUTE const int kCCParticleDefaultCapacity = kParticleDefaultCapacity
CC_DEPRECATED_ATTRIBUTE const
ParticleSystem::PositionType 
kCCPositionTypeFree = ParticleSystem::PositionType::FREE
CC_DEPRECATED_ATTRIBUTE const
ParticleSystem::PositionType 
kCCPositionTypeRelative = ParticleSystem::PositionType::RELATIVE
CC_DEPRECATED_ATTRIBUTE const
ParticleSystem::PositionType 
kCCPositionTypeGrouped = ParticleSystem::PositionType::GROUPED
CC_DEPRECATED_ATTRIBUTE const
Menu::State 
kCCMenuStateWaiting = Menu::State::WAITING
CC_DEPRECATED_ATTRIBUTE const
Menu::State 
kCCMenuStateTrackingTouch = Menu::State::TRACKING_TOUCH
CC_DEPRECATED_ATTRIBUTE const
Touch::DispatchMode 
kCCTouchesOneByOne = Touch::DispatchMode::ONE_BY_ONE
CC_DEPRECATED_ATTRIBUTE const
Touch::DispatchMode 
kCCTouchesAllAtOnce = Touch::DispatchMode::ALL_AT_ONCE
CC_DEPRECATED_ATTRIBUTE const
Image::Format 
kCCImageFormatPNG = Image::Format::PNG
CC_DEPRECATED_ATTRIBUTE const
Image::Format 
kCCImageFormatJPEG = Image::Format::JPG
var kCCImageFormatJPEG = Image::Format::JPG
local kCCImageFormatJPEG = Image::Format::JPG
CC_DEPRECATED_ATTRIBUTE const
TransitionScene::Orientation 
kCCTransitionOrientationLeftOver = TransitionScene::Orientation::LEFT_OVER
CC_DEPRECATED_ATTRIBUTE const
TransitionScene::Orientation 
kCCTransitionOrientationRightOver = TransitionScene::Orientation::RIGHT_OVER
CC_DEPRECATED_ATTRIBUTE const
TransitionScene::Orientation 
kCCTransitionOrientationUpOver = TransitionScene::Orientation::UP_OVER
CC_DEPRECATED_ATTRIBUTE const
TransitionScene::Orientation 
kCCTransitionOrientationDownOver = TransitionScene::Orientation::DOWN_OVER
CC_DEPRECATED_ATTRIBUTE const int kCCPrioritySystem = Scheduler::PRIORITY_SYSTEM
CC_DEPRECATED_ATTRIBUTE const int kCCPriorityNonSystemMin = Scheduler::PRIORITY_NON_SYSTEM_MIN
var kCCPriorityNonSystemMin = Scheduler::PRIORITY_NON_SYSTEM_MIN
local kCCPriorityNonSystemMin = Scheduler::PRIORITY_NON_SYSTEM_MIN
CC_DEPRECATED_ATTRIBUTE const int kCCActionTagInvalid = Action::INVALID_TAG
var kCCActionTagInvalid = Action::INVALID_TAG
local kCCActionTagInvalid = Action::INVALID_TAG
CC_DEPRECATED_ATTRIBUTE const int kCCNodeTagInvalid = Node::INVALID_TAG
var kCCNodeTagInvalid = Node::INVALID_TAG
local kCCNodeTagInvalid = Node::INVALID_TAG
CC_DEPRECATED_ATTRIBUTE const int kCCNodeOnEnter = kNodeOnEnter
var kCCNodeOnEnter = kNodeOnEnter
local kCCNodeOnEnter = kNodeOnEnter
CC_DEPRECATED_ATTRIBUTE const int kCCNodeOnExit = kNodeOnExit
var kCCNodeOnExit = kNodeOnExit
local kCCNodeOnExit = kNodeOnExit
CC_DEPRECATED_ATTRIBUTE const int kCCNodeOnEnterTransitionDidFinish = kNodeOnEnterTransitionDidFinish
CC_DEPRECATED_ATTRIBUTE const int kCCNodeOnExitTransitionDidStart = kNodeOnExitTransitionDidStart
CC_DEPRECATED_ATTRIBUTE const int kCCNodeOnCleanup = kNodeOnCleanup
CC_DEPRECATED_ATTRIBUTE const
LanguageType 
kLanguageEnglish = LanguageType::ENGLISH
CC_DEPRECATED_ATTRIBUTE const
LanguageType 
kLanguageChinese = LanguageType::CHINESE
CC_DEPRECATED_ATTRIBUTE const
LanguageType 
kLanguageFrench = LanguageType::FRENCH
CC_DEPRECATED_ATTRIBUTE const
LanguageType 
kLanguageItalian = LanguageType::ITALIAN
var kLanguageItalian = LanguageType::ITALIAN
local kLanguageItalian = LanguageType::ITALIAN
CC_DEPRECATED_ATTRIBUTE const
LanguageType 
kLanguageGerman = LanguageType::GERMAN
var kLanguageGerman = LanguageType::GERMAN
local kLanguageGerman = LanguageType::GERMAN
CC_DEPRECATED_ATTRIBUTE const
LanguageType 
kLanguageSpanish = LanguageType::SPANISH
var kLanguageSpanish = LanguageType::SPANISH
local kLanguageSpanish = LanguageType::SPANISH
CC_DEPRECATED_ATTRIBUTE const
LanguageType 
kLanguageRussian = LanguageType::RUSSIAN
var kLanguageRussian = LanguageType::RUSSIAN
local kLanguageRussian = LanguageType::RUSSIAN
CC_DEPRECATED_ATTRIBUTE const
LanguageType 
kLanguageKorean = LanguageType::KOREAN
var kLanguageKorean = LanguageType::KOREAN
local kLanguageKorean = LanguageType::KOREAN
CC_DEPRECATED_ATTRIBUTE const
LanguageType 
kLanguageJapanese = LanguageType::JAPANESE
var kLanguageJapanese = LanguageType::JAPANESE
local kLanguageJapanese = LanguageType::JAPANESE
CC_DEPRECATED_ATTRIBUTE const
LanguageType 
kLanguageHungarian = LanguageType::HUNGARIAN
var kLanguageHungarian = LanguageType::HUNGARIAN
local kLanguageHungarian = LanguageType::HUNGARIAN
CC_DEPRECATED_ATTRIBUTE const
LanguageType 
kLanguagePortuguese = LanguageType::PORTUGUESE
var kLanguagePortuguese = LanguageType::PORTUGUESE
local kLanguagePortuguese = LanguageType::PORTUGUESE
CC_DEPRECATED_ATTRIBUTE const
LanguageType 
kLanguageArabic = LanguageType::ARABIC
var kLanguageArabic = LanguageType::ARABIC
local kLanguageArabic = LanguageType::ARABIC
CC_DEPRECATED_ATTRIBUTE const
LanguageType 
kLanguageNorwegian = LanguageType::NORWEGIAN
var kLanguageNorwegian = LanguageType::NORWEGIAN
local kLanguageNorwegian = LanguageType::NORWEGIAN
CC_DEPRECATED_ATTRIBUTE const
LanguageType 
kLanguagePolish = LanguageType::POLISH
var kLanguagePolish = LanguageType::POLISH
local kLanguagePolish = LanguageType::POLISH
CC_DEPRECATED_ATTRIBUTE const
Application::Platform 
kTargetWindows = Application::Platform::OS_WINDOWS
CC_DEPRECATED_ATTRIBUTE const
Application::Platform 
kTargetLinux = Application::Platform::OS_LINUX
CC_DEPRECATED_ATTRIBUTE const
Application::Platform 
kTargetMacOS = Application::Platform::OS_MAC
CC_DEPRECATED_ATTRIBUTE const
Application::Platform 
kTargetAndroid = Application::Platform::OS_ANDROID
CC_DEPRECATED_ATTRIBUTE const
Application::Platform 
kTargetIphone = Application::Platform::OS_IPHONE
CC_DEPRECATED_ATTRIBUTE const
Application::Platform 
kTargetIpad = Application::Platform::OS_IPAD
CC_DEPRECATED_ATTRIBUTE const
Application::Platform 
kTargetBlackBerry = Application::Platform::OS_BLACKBERRY
CC_DEPRECATED_ATTRIBUTE const
Application::Platform 
kTargetNaCl = Application::Platform::OS_NACL
CC_DEPRECATED_ATTRIBUTE const
Application::Platform 
kTargetEmscripten = Application::Platform::OS_EMSCRIPTEN
CC_DEPRECATED_ATTRIBUTE const
Application::Platform 
kTargetTizen = Application::Platform::OS_TIZEN
CC_DEPRECATED_ATTRIBUTE const
Application::Platform 
kTargetWinRT = Application::Platform::OS_WINRT
CC_DEPRECATED_ATTRIBUTE const
Application::Platform 
kTargetWP8 = Application::Platform::OS_WP8
CC_DEPRECATED_ATTRIBUTE const
ResolutionPolicy 
kResolutionExactFit = ResolutionPolicy::EXACT_FIT
CC_DEPRECATED_ATTRIBUTE const
ResolutionPolicy 
kResolutionNoBorder = ResolutionPolicy::NO_BORDER
CC_DEPRECATED_ATTRIBUTE const
ResolutionPolicy 
kResolutionShowAll = ResolutionPolicy::SHOW_ALL
CC_DEPRECATED_ATTRIBUTE const
ResolutionPolicy 
kResolutionFixedHeight = ResolutionPolicy::FIXED_HEIGHT
CC_DEPRECATED_ATTRIBUTE const
ResolutionPolicy 
kResolutionFixedWidth = ResolutionPolicy::FIXED_WIDTH
CC_DEPRECATED_ATTRIBUTE const
ResolutionPolicy 
kResolutionUnKnown = ResolutionPolicy::UNKNOWN
CC_DEPRECATED_ATTRIBUTE const
unsigned int 
KM_GL_MODELVIEW = 0x1700
CC_DEPRECATED_ATTRIBUTE const
unsigned int 
KM_GL_PROJECTION = 0x1701
var KM_GL_PROJECTION = 0x1701
local KM_GL_PROJECTION = 0x1701
CC_DEPRECATED_ATTRIBUTE const
unsigned int 
KM_GL_TEXTURE = 0x1702
var KM_GL_TEXTURE = 0x1702
local KM_GL_TEXTURE = 0x1702
CC_DEPRECATED_ATTRIBUTE const Vec3 KM_VEC3_NEG_Z
CC_DEPRECATED_ATTRIBUTE const Vec3 KM_VEC3_POS_Z
var KM_VEC3_POS_Z
local KM_VEC3_POS_Z
CC_DEPRECATED_ATTRIBUTE const Vec3 KM_VEC3_POS_Y
var KM_VEC3_POS_Y
local KM_VEC3_POS_Y
CC_DEPRECATED_ATTRIBUTE const Vec3 KM_VEC3_NEG_Y
var KM_VEC3_NEG_Y
local KM_VEC3_NEG_Y
CC_DEPRECATED_ATTRIBUTE const Vec3 KM_VEC3_NEG_X
var KM_VEC3_NEG_X
local KM_VEC3_NEG_X
CC_DEPRECATED_ATTRIBUTE const Vec3 KM_VEC3_POS_X
var KM_VEC3_POS_X
local KM_VEC3_POS_X
CC_DEPRECATED_ATTRIBUTE const Vec3 KM_VEC3_ZERO
var KM_VEC3_ZERO
local KM_VEC3_ZERO
CC_DEPRECATED_ATTRIBUTE const Vec2 KM_VEC2_POS_Y
local KM_VEC2_POS_Y
CC_DEPRECATED_ATTRIBUTE const Vec2 KM_VEC2_NEG_Y
var KM_VEC2_NEG_Y
local KM_VEC2_NEG_Y
CC_DEPRECATED_ATTRIBUTE const Vec2 KM_VEC2_NEG_X
var KM_VEC2_NEG_X
local KM_VEC2_NEG_X
CC_DEPRECATED_ATTRIBUTE const Vec2 KM_VEC2_POS_X
var KM_VEC2_POS_X
local KM_VEC2_POS_X
CC_DEPRECATED_ATTRIBUTE const Vec2 KM_VEC2_ZERO
var KM_VEC2_ZERO
local KM_VEC2_ZERO
CC_DLL const AffineTransform AffineTransformIdentity
CC_DLL const GLcharccPosition_uColor_frag
var ccPosition_uColor_frag
local ccPosition_uColor_frag
CC_DLL const GLcharccPosition_uColor_vert
var ccPosition_uColor_vert
local ccPosition_uColor_vert
CC_DLL const GLcharccPositionColor_frag
var ccPositionColor_frag
local ccPositionColor_frag
CC_DLL const GLcharccPositionColor_vert
var ccPositionColor_vert
local ccPositionColor_vert
CC_DLL const GLcharccPositionTexture_frag
var ccPositionTexture_frag
local ccPositionTexture_frag
CC_DLL const GLcharccPositionTexture_vert
var ccPositionTexture_vert
local ccPositionTexture_vert
CC_DLL const GLcharccPositionTextureA8Color_frag
var ccPositionTextureA8Color_frag
local ccPositionTextureA8Color_frag
CC_DLL const GLcharccPositionTextureA8Color_vert
CC_DLL const GLcharccPositionTextureColor_frag
var ccPositionTextureColor_frag
local ccPositionTextureColor_frag
CC_DLL const GLcharccPositionTextureColor_vert
var ccPositionTextureColor_vert
local ccPositionTextureColor_vert
CC_DLL const GLcharccPositionTextureColor_noMVP_frag
var ccPositionTextureColor_noMVP_frag
local ccPositionTextureColor_noMVP_frag
CC_DLL const GLcharccPositionTextureColor_noMVP_vert
var ccPositionTextureColor_noMVP_vert
local ccPositionTextureColor_noMVP_vert
CC_DLL const GLcharccPositionTextureColorAlphaTest_frag
var ccPositionTextureColorAlphaTest_frag
local ccPositionTextureColorAlphaTest_frag
CC_DLL const GLcharccPositionTexture_uColor_frag
var ccPositionTexture_uColor_frag
local ccPositionTexture_uColor_frag
CC_DLL const GLcharccPositionTexture_uColor_vert
var ccPositionTexture_uColor_vert
local ccPositionTexture_uColor_vert
CC_DLL const GLcharccPositionColorLengthTexture_frag
var ccPositionColorLengthTexture_frag
local ccPositionColorLengthTexture_frag
CC_DLL const GLcharccPositionColorLengthTexture_vert
var ccPositionColorLengthTexture_vert
local ccPositionColorLengthTexture_vert
CC_DLL const GLcharccLabelDistanceFieldNormal_frag
var ccLabelDistanceFieldNormal_frag
local ccLabelDistanceFieldNormal_frag
CC_DLL const GLcharccLabelDistanceFieldGlow_frag
var ccLabelDistanceFieldGlow_frag
local ccLabelDistanceFieldGlow_frag
CC_DLL const GLcharccLabelNormal_frag
var ccLabelNormal_frag
local ccLabelNormal_frag
CC_DLL const GLcharccLabelOutline_frag
var ccLabelOutline_frag
local ccLabelOutline_frag
CC_DLL const GLcharccLabel_vert
var ccLabel_vert
local ccLabel_vert
CC_DLL const GLcharcc3D_PositionTex_vert
var cc3D_PositionTex_vert
local cc3D_PositionTex_vert
CC_DLL const GLcharcc3D_ColorTex_frag
var cc3D_ColorTex_frag
local cc3D_ColorTex_frag
CC_DLL const GLcharcc3D_Color_frag
var cc3D_Color_frag
local cc3D_Color_frag

Detailed Description

Add deprecated global functions and variables here.

Typedef Documentation

typedef std::function<void(Ref*)>
ccMenuCallback
typedef int LUA_FUNCTION
local LUA_FUNCTION
typedef int LUA_STRING
local LUA_STRING
typedef int LUA_TABLE
var LUA_TABLE
local LUA_TABLE
typedef std::list<LuaValue>
LuaValueArray
typedef
LuaValueArray::const_iterator
LuaValueArrayIterator
typedef std::map<std::string,
LuaValue> LuaValueDict
local LuaValueDict
typedef
LuaValueDict::const_iterator
LuaValueDictIterator
typedef struct _MipmapInfo
MipmapInfo
local MipmapInfo
typedef int pthread_cond_t
typedef HANDLE pthread_mutex_t
typedef HANDLE pthread_t
var pthread_t
local pthread_t
typedef std::unordered_map
<std::string, Value> ValueMap
var ValueMap
local ValueMap
typedef std::unordered_map<int,
Value> ValueMapIntKey
typedef std::vector<Value>
ValueVector
local ValueVector
typedef std::vector
<ScheduleHandlerDelegate*>
VecShedule
local VecShedule

Enumeration Type Documentation

anonymous enum
Enumerator
TGA_OK 
TGA_ERROR_FILE_OPEN 
TGA_ERROR_READING_FILE 
TGA_ERROR_INDEXED_COLOR 
TGA_ERROR_MEMORY 
TGA_ERROR_COMPRESSED_FILE 
var enum
Enumerator
TGA_OK 
TGA_ERROR_FILE_OPEN 
TGA_ERROR_READING_FILE 
TGA_ERROR_INDEXED_COLOR 
TGA_ERROR_MEMORY 
TGA_ERROR_COMPRESSED_FILE 
local enum
Enumerator
TGA_OK 
TGA_ERROR_FILE_OPEN 
TGA_ERROR_READING_FILE 
TGA_ERROR_INDEXED_COLOR 
TGA_ERROR_MEMORY 
TGA_ERROR_COMPRESSED_FILE 
anonymous enum
Enumerator
CCZ_COMPRESSION_ZLIB 
CCZ_COMPRESSION_BZIP2 
CCZ_COMPRESSION_GZIP 
CCZ_COMPRESSION_NONE 
var enum
Enumerator
CCZ_COMPRESSION_ZLIB 
CCZ_COMPRESSION_BZIP2 
CCZ_COMPRESSION_GZIP 
CCZ_COMPRESSION_NONE 
local enum
Enumerator
CCZ_COMPRESSION_ZLIB 
CCZ_COMPRESSION_BZIP2 
CCZ_COMPRESSION_GZIP 
CCZ_COMPRESSION_NONE 
anonymous enum
Enumerator
kComponentOnEnter 
kComponentOnExit 
kComponentOnUpdate 
var enum
Enumerator
kComponentOnEnter 
kComponentOnExit 
kComponentOnUpdate 
local enum
Enumerator
kComponentOnEnter 
kComponentOnExit 
kComponentOnUpdate 
enum GlyphCollection
strong
Enumerator
DYNAMIC 
NEHE 
ASCII 
CUSTOM 
var GlyphCollection
strong
Enumerator
DYNAMIC 
NEHE 
ASCII 
CUSTOM 
local GlyphCollection
strong
Enumerator
DYNAMIC 
NEHE 
ASCII 
CUSTOM 
enum LabelEffect
strong
Enumerator
NORMAL 
OUTLINE 
SHADOW 
GLOW 
var LabelEffect
strong
Enumerator
NORMAL 
OUTLINE 
SHADOW 
GLOW 
local LabelEffect
strong
Enumerator
NORMAL 
OUTLINE 
SHADOW 
GLOW 
Enumerator
kLuaBridgeErrorOk 
kLuaBridgeErrorInvalidParameters 
kLuaBridgeErrorClassNotFound 
kLuaBridgeErrorMethodNotFound 
kLuaBridgeErrorExceptionOccurred 
kLuaBridgeErrorMethodSignature 
kLuaBridgeErrorJavaVMError 
Enumerator
kLuaBridgeErrorOk 
kLuaBridgeErrorInvalidParameters 
kLuaBridgeErrorClassNotFound 
kLuaBridgeErrorMethodNotFound 
kLuaBridgeErrorExceptionOccurred 
kLuaBridgeErrorMethodSignature 
kLuaBridgeErrorJavaVMError 
Enumerator
kLuaBridgeErrorOk 
kLuaBridgeErrorInvalidParameters 
kLuaBridgeErrorClassNotFound 
kLuaBridgeErrorMethodNotFound 
kLuaBridgeErrorExceptionOccurred 
kLuaBridgeErrorMethodSignature 
kLuaBridgeErrorJavaVMError 
Enumerator
LuaValueTypeInt 
LuaValueTypeFloat 
LuaValueTypeBoolean 
LuaValueTypeString 
LuaValueTypeDict 
LuaValueTypeArray 
LuaValueTypeObject 
Enumerator
LuaValueTypeInt 
LuaValueTypeFloat 
LuaValueTypeBoolean 
LuaValueTypeString 
LuaValueTypeDict 
LuaValueTypeArray 
LuaValueTypeObject 
local LuaValueType
Enumerator
LuaValueTypeInt 
LuaValueTypeFloat 
LuaValueTypeBoolean 
LuaValueTypeString 
LuaValueTypeDict 
LuaValueTypeArray 
LuaValueTypeObject 
Enumerator
PointerPressed 
PointerMoved 
PointerReleased 
Enumerator
PointerPressed 
PointerMoved 
PointerReleased 
Enumerator
PointerPressed 
PointerMoved 
PointerReleased 
enum TextHAlignment
strong

Horizontal text alignment type.

Enumerator
LEFT 
CENTER 
RIGHT 
var TextHAlignment
strong

Horizontal text alignment type.

Enumerator
LEFT 
CENTER 
RIGHT 
local TextHAlignment
strong

Horizontal text alignment type.

Enumerator
LEFT 
CENTER 
RIGHT 
enum TextVAlignment
strong

Vertical text alignment type.

Enumerator
TOP 
CENTER 
BOTTOM 
var TextVAlignment
strong

Vertical text alignment type.

Enumerator
TOP 
CENTER 
BOTTOM 
local TextVAlignment
strong

Vertical text alignment type.

Enumerator
TOP 
CENTER 
BOTTOM 

Function Documentation

void cocos2d::CGAffineToGL ( const AffineTransform &  t,
GLfloat *  m 
)
var CGAffineToGL ( var  t,
var  m 
)
local CGAffineToGL ( local  t,
local  m 
)
void cocos2d::GLToCGAffine ( const GLfloat *  m,
AffineTransform *  t 
)
var GLToCGAffine ( var  m,
var  t 
)
local GLToCGAffine ( local  m,
local  t 
)
std::wstring CC_DLL
cocos2d::CCUtf8ToUnicode
( const char *  pszUtf8Str,
unsigned  len = -1 
)
var CCUtf8ToUnicode ( var  pszUtf8Str,
var  len = -1 
)
local CCUtf8ToUnicode ( local  pszUtf8Str,
local  len = -1 
)
std::string CC_DLL
cocos2d::CCUnicodeToUtf8
( const wchar_t *  pwszStr)
var CCUnicodeToUtf8 ( var  pwszStr)
local CCUnicodeToUtf8 ( local  pwszStr)
CC_DLL AffineTransform
cocos2d::__CCAffineTransformMake
( float  a,
float  b,
float  c,
float  d,
float  tx,
float  ty 
)
var __CCAffineTransformMake ( var  a,
var  b,
var  c,
var  d,
var  tx,
var  ty 
)
local __CCAffineTransformMake ( local  a,
local  b,
local  c,
local  d,
local  tx,
local  ty 
)
std::string
cocos2d::PlatformStringToString
( Platform::String^  s)
var PlatformStringToString ( var  s)
local PlatformStringToString ( local  s)
void cocos2d::pthread_mutex_init ( pthread_mutex_t *  m,
void *  attributes 
)
var pthread_mutex_init ( var  m,
var  attributes 
)
local pthread_mutex_init ( local  m,
local  attributes 
)
CC_DLL Vec2
cocos2d::__CCPointApplyAffineTransform
( const Vec2 point,
const AffineTransform &  t 
)
var __CCPointApplyAffineTransform ( var  point,
var  t 
)
local __CCPointApplyAffineTransform ( local  point,
local  t 
)
int cocos2d::pthread_mutex_lock ( pthread_mutex_t *  m)
var pthread_mutex_lock ( var  m)
local pthread_mutex_lock ( local  m)
float cocos2d::ConvertDipsToPixels ( float  dips)
var ConvertDipsToPixels ( var  dips)
local ConvertDipsToPixels ( local  dips)
int cocos2d::base64Decode ( const unsigned char *  in,
unsigned int  inLength,
unsigned char **  out 
)

Decodes a 64base encoded memory.

The decoded memory is expected to be freed by the caller by calling free()

Returns
the length of the out buffer
Since
v0.8.1
var base64Decode ( var  in,
var  inLength,
var  out 
)

Decodes a 64base encoded memory.

The decoded memory is expected to be freed by the caller by calling free()

Returns
the length of the out buffer
Since
v0.8.1
local base64Decode ( local  in,
local  inLength,
local  out 
)

Decodes a 64base encoded memory.

The decoded memory is expected to be freed by the caller by calling free()

Returns
the length of the out buffer
Since
v0.8.1
int cocos2d::ccNextPOT ( int  value)

returns the Next Power of Two value.

Examples:

  • If "value" is 15, it will return 16.
  • If "value" is 16, it will return 16.
  • If "value" is 17, it will return 32.
Since
v0.99.5
var ccNextPOT ( var  value)

returns the Next Power of Two value.

Examples:

  • If "value" is 15, it will return 16.
  • If "value" is 16, it will return 16.
  • If "value" is 17, it will return 32.
Since
v0.99.5
local ccNextPOT ( local  value)

returns the Next Power of Two value.

Examples:

  • If "value" is 15, it will return 16.
  • If "value" is 16, it will return 16.
  • If "value" is 17, it will return 32.
Since
v0.99.5
float cocos2d::getScaledDPIValue ( float  v)
var getScaledDPIValue ( var  v)
local getScaledDPIValue ( local  v)
int cocos2d::pthread_mutex_unlock ( pthread_mutex_t *  m)
var pthread_mutex_unlock ( var  m)
local pthread_mutex_unlock ( local  m)
CC_DLL Size
cocos2d::__CCSizeApplyAffineTransform
( const Size &  size,
const AffineTransform &  t 
)
var __CCSizeApplyAffineTransform ( var  size,
var  t 
)
local __CCSizeApplyAffineTransform ( local  size,
local  t 
)
Concurrency::task
<Platform::Array<byte>
^> cocos2d::ReadDataAsync
( Platform::String^  path)
var ReadDataAsync ( var  path)
local ReadDataAsync ( local  path)
void cocos2d::pthread_mutex_destroy ( pthread_mutex_t *  m)
var pthread_mutex_destroy ( var  m)
local pthread_mutex_destroy ( local  m)
void CC_DLL
cocos2d::CCLogIPAddresses
( )
var CCLogIPAddresses ( )
local CCLogIPAddresses ( )
CC_DLL AffineTransform
cocos2d::AffineTransformMakeIdentity
( )
var AffineTransformMakeIdentity ( )
local AffineTransformMakeIdentity ( )
CC_DLL Rect
cocos2d::RectApplyAffineTransform
( const Rect &  rect,
const AffineTransform &  anAffineTransform 
)
var RectApplyAffineTransform ( var  rect,
var  anAffineTransform 
)
local RectApplyAffineTransform ( local  rect,
local  anAffineTransform 
)
std::string CC_DLL
cocos2d::getDeviceIPAddresses
( )
var getDeviceIPAddresses ( )
local getDeviceIPAddresses ( )
CC_DLL Rect
cocos2d::RectApplyTransform
( const Rect &  rect,
const Mat4 transform 
)
var RectApplyTransform ( var  rect,
var  transform 
)
local RectApplyTransform ( local  rect,
local  transform 
)
CC_DLL Vec2
cocos2d::PointApplyTransform
( const Vec2 point,
const Mat4 transform 
)
var PointApplyTransform ( var  point,
var  transform 
)
local PointApplyTransform ( local  point,
local  transform 
)
int cocos2d::base64Encode ( const unsigned char *  in,
unsigned int  inLength,
char **  out 
)

Encodes bytes into a 64base encoded memory with terminating '\0' character.

The encoded memory is expected to be freed by the caller by calling free()

Returns
the length of the out buffer
Since
v2.1.4
var base64Encode ( var  in,
var  inLength,
var  out 
)

Encodes bytes into a 64base encoded memory with terminating '\0' character.

The encoded memory is expected to be freed by the caller by calling free()

Returns
the length of the out buffer
Since
v2.1.4
local base64Encode ( local  in,
local  inLength,
local  out 
)

Encodes bytes into a 64base encoded memory with terminating '\0' character.

The encoded memory is expected to be freed by the caller by calling free()

Returns
the length of the out buffer
Since
v2.1.4
bool cocos2d::tgaLoadHeader ( unsigned char *  buffer,
unsigned long  bufSize,
tImageTGA info 
)

load the image header fields. We only keep those that matter!

var tgaLoadHeader ( var  buffer,
var  bufSize,
var  info 
)

load the image header fields. We only keep those that matter!

local tgaLoadHeader ( local  buffer,
local  bufSize,
local  info 
)

load the image header fields. We only keep those that matter!

CC_DLL AffineTransform
cocos2d::AffineTransformTranslate
( const AffineTransform &  t,
float  tx,
float  ty 
)
var AffineTransformTranslate ( var  t,
var  tx,
var  ty 
)
local AffineTransformTranslate ( local  t,
local  tx,
local  ty 
)
CC_DLL AffineTransform
cocos2d::AffineTransformRotate
( const AffineTransform &  aTransform,
float  anAngle 
)
var AffineTransformRotate ( var  aTransform,
var  anAngle 
)
local AffineTransformRotate ( local  aTransform,
local  anAngle 
)
Vec2 CC_DLL
cocos2d::PointFromString
( const std::string &  str)

Returns a Core Graphics point structure corresponding to the data in a given string.

Parameters
pszContentA string object whose contents are of the form "{x,y}", where x is the x coordinate and y is the y coordinate. The x and y values can represent integer or float values. An example of a valid string is "{3.0,2.5}". The string is not localized, so items are always separated with a comma.
Returns
A Core Graphics structure that represents a point. If the string is not well-formed, the function returns Vec2::ZERO.
var PointFromString ( var  str)

Returns a Core Graphics point structure corresponding to the data in a given string.

Parameters
pszContentA string object whose contents are of the form "{x,y}", where x is the x coordinate and y is the y coordinate. The x and y values can represent integer or float values. An example of a valid string is "{3.0,2.5}". The string is not localized, so items are always separated with a comma.
Returns
A Core Graphics structure that represents a point. If the string is not well-formed, the function returns Vec2::ZERO.
local PointFromString ( local  str)

Returns a Core Graphics point structure corresponding to the data in a given string.

Parameters
pszContentA string object whose contents are of the form "{x,y}", where x is the x coordinate and y is the y coordinate. The x and y values can represent integer or float values. An example of a valid string is "{3.0,2.5}". The string is not localized, so items are always separated with a comma.
Returns
A Core Graphics structure that represents a point. If the string is not well-formed, the function returns Vec2::ZERO.
bool cocos2d::tgaLoadImageData ( unsigned char *  buffer,
unsigned long  bufSize,
tImageTGA info 
)

loads the image pixels. You shouldn't call this function directly

var tgaLoadImageData ( var  buffer,
var  bufSize,
var  info 
)

loads the image pixels. You shouldn't call this function directly

local tgaLoadImageData ( local  buffer,
local  bufSize,
local  info 
)

loads the image pixels. You shouldn't call this function directly

CC_DLL AffineTransform
cocos2d::AffineTransformScale
( const AffineTransform &  t,
float  sx,
float  sy 
)
var AffineTransformScale ( var  t,
var  sx,
var  sy 
)
local AffineTransformScale ( local  t,
local  sx,
local  sy 
)
CC_DLL AffineTransform
cocos2d::AffineTransformConcat
( const AffineTransform &  t1,
const AffineTransform &  t2 
)
var AffineTransformConcat ( var  t1,
var  t2 
)
local AffineTransformConcat ( local  t1,
local  t2 
)
void CC_DLL cocos2d::log ( const char *  format,
  ... 
)

Output Debug message.

var log ( var  format,
  ... 
)

Output Debug message.

local log ( local  format,
  ... 
)

Output Debug message.

CC_DLL bool
cocos2d::AffineTransformEqualToTransform
( const AffineTransform &  t1,
const AffineTransform &  t2 
)
var AffineTransformEqualToTransform ( var  t1,
var  t2 
)
local
AffineTransformEqualToTransform
( local  t1,
local  t2 
)
tImageTGA* cocos2d::tgaLoadBuffer ( unsigned char *  buffer,
long  size 
)

this is the function to call when we want to load an image buffer.

var tgaLoadBuffer ( var  buffer,
var  size 
)

this is the function to call when we want to load an image buffer.

local tgaLoadBuffer ( local  buffer,
local  size 
)

this is the function to call when we want to load an image buffer.

CC_DLL AffineTransform
cocos2d::AffineTransformInvert
( const AffineTransform &  t)
var AffineTransformInvert ( var  t)
local AffineTransformInvert ( local  t)
Mat4 cocos2d::TransformConcat ( const Mat4 t1,
const Mat4 t2 
)
var TransformConcat ( var  t1,
var  t2 
)
local TransformConcat ( local  t1,
local  t2 
)
ccArray* cocos2d::ccArrayNew ( ssize_t  capacity)

Allocates and initializes a new array with specified capacity.

var ccArrayNew ( var  capacity)

Allocates and initializes a new array with specified capacity.

local ccArrayNew ( local  capacity)

Allocates and initializes a new array with specified capacity.

tImageTGA* cocos2d::tgaLoad ( const char *  filename)

this is the function to call when we want to load an image

var tgaLoad ( var  filename)

this is the function to call when we want to load an image

local tgaLoad ( local  filename)

this is the function to call when we want to load an image

void cocos2d::ccArrayFree ( ccArray *&  arr)

Frees array after removing all remaining objects.

Silently ignores nil arr.

var ccArrayFree ( var  arr)

Frees array after removing all remaining objects.

Silently ignores nil arr.

local ccArrayFree ( local  arr)

Frees array after removing all remaining objects.

Silently ignores nil arr.

void cocos2d::tgaRGBtogreyscale ( tImageTGA info)
var tgaRGBtogreyscale ( var  info)
local tgaRGBtogreyscale ( local  info)
Size CC_DLL cocos2d::SizeFromString ( const std::string &  str)

Returns a Core Graphics size structure corresponding to the data in a given string.

Parameters
pszContentA string object whose contents are of the form "{w, h}", where w is the width and h is the height. The w and h values can be integer or float values. An example of a valid string is "{3.0,2.5}". The string is not localized, so items are always separated with a comma.
Returns
A Core Graphics structure that represents a size. If the string is not well-formed, the function returns Size::ZERO.
var SizeFromString ( var  str)

Returns a Core Graphics size structure corresponding to the data in a given string.

Parameters
pszContentA string object whose contents are of the form "{w, h}", where w is the width and h is the height. The w and h values can be integer or float values. An example of a valid string is "{3.0,2.5}". The string is not localized, so items are always separated with a comma.
Returns
A Core Graphics structure that represents a size. If the string is not well-formed, the function returns Size::ZERO.
local SizeFromString ( local  str)

Returns a Core Graphics size structure corresponding to the data in a given string.

Parameters
pszContentA string object whose contents are of the form "{w, h}", where w is the width and h is the height. The w and h values can be integer or float values. An example of a valid string is "{3.0,2.5}". The string is not localized, so items are always separated with a comma.
Returns
A Core Graphics structure that represents a size. If the string is not well-formed, the function returns Size::ZERO.
void cocos2d::tgaDestroy ( tImageTGA info)

releases the memory used for the image

var tgaDestroy ( var  info)

releases the memory used for the image

local tgaDestroy ( local  info)

releases the memory used for the image

void cocos2d::ccArrayDoubleCapacity ( ccArray *  arr)

Doubles array capacity.

var ccArrayDoubleCapacity ( var  arr)

Doubles array capacity.

local ccArrayDoubleCapacity ( local  arr)

Doubles array capacity.

void
cocos2d::ccArrayEnsureExtraCapacity
( ccArray *  arr,
ssize_t  extra 
)

Increases array capacity such that max >= num + extra.

var ccArrayEnsureExtraCapacity ( var  arr,
var  extra 
)

Increases array capacity such that max >= num + extra.

local ccArrayEnsureExtraCapacity ( local  arr,
local  extra 
)

Increases array capacity such that max >= num + extra.

void cocos2d::ccArrayShrink ( ccArray *  arr)

shrinks the array so the memory footprint corresponds with the number of items

var ccArrayShrink ( var  arr)

shrinks the array so the memory footprint corresponds with the number of items

local ccArrayShrink ( local  arr)

shrinks the array so the memory footprint corresponds with the number of items

ssize_t
cocos2d::ccArrayGetIndexOfObject
( ccArray *  arr,
Ref *  object 
)

Returns index of first occurrence of object, NSNotFound if object not found.

var ccArrayGetIndexOfObject ( var  arr,
var  object 
)

Returns index of first occurrence of object, NSNotFound if object not found.

local ccArrayGetIndexOfObject ( local  arr,
local  object 
)

Returns index of first occurrence of object, NSNotFound if object not found.

bool cocos2d::ccArrayContainsObject ( ccArray *  arr,
Ref *  object 
)

Returns a Boolean value that indicates whether object is present in array.

var ccArrayContainsObject ( var  arr,
var  object 
)

Returns a Boolean value that indicates whether object is present in array.

local ccArrayContainsObject ( local  arr,
local  object 
)

Returns a Boolean value that indicates whether object is present in array.

void cocos2d::ccArrayAppendObject ( ccArray *  arr,
Ref *  object 
)

Appends an object.

Behavior undefined if array doesn't have enough capacity.

var ccArrayAppendObject ( var  arr,
var  object 
)

Appends an object.

Behavior undefined if array doesn't have enough capacity.

local ccArrayAppendObject ( local  arr,
local  object 
)

Appends an object.

Behavior undefined if array doesn't have enough capacity.

void
cocos2d::ccArrayAppendObjectWithResize
( ccArray *  arr,
Ref *  object 
)

Appends an object.

Capacity of arr is increased if needed.

var ccArrayAppendObjectWithResize ( var  arr,
var  object 
)

Appends an object.

Capacity of arr is increased if needed.

local ccArrayAppendObjectWithResize ( local  arr,
local  object 
)

Appends an object.

Capacity of arr is increased if needed.

void cocos2d::ccArrayAppendArray ( ccArray *  arr,
ccArray *  plusArr 
)

Appends objects from plusArr to arr.

Behavior undefined if arr doesn't have enough capacity.

var ccArrayAppendArray ( var  arr,
var  plusArr 
)

Appends objects from plusArr to arr.

Behavior undefined if arr doesn't have enough capacity.

local ccArrayAppendArray ( local  arr,
local  plusArr 
)

Appends objects from plusArr to arr.

Behavior undefined if arr doesn't have enough capacity.

void
cocos2d::ccArrayAppendArrayWithResize
( ccArray *  arr,
ccArray *  plusArr 
)

Appends objects from plusArr to arr.

Capacity of arr is increased if needed.

var ccArrayAppendArrayWithResize ( var  arr,
var  plusArr 
)

Appends objects from plusArr to arr.

Capacity of arr is increased if needed.

local ccArrayAppendArrayWithResize ( local  arr,
local  plusArr 
)

Appends objects from plusArr to arr.

Capacity of arr is increased if needed.

void
cocos2d::ccArrayInsertObjectAtIndex
( ccArray *  arr,
Ref *  object,
ssize_t  index 
)

Inserts an object at index.

var ccArrayInsertObjectAtIndex ( var  arr,
var  object,
var  index 
)

Inserts an object at index.

local ccArrayInsertObjectAtIndex ( local  arr,
local  object,
local  index 
)

Inserts an object at index.

void
cocos2d::ccArraySwapObjectsAtIndexes
( ccArray *  arr,
ssize_t  index1,
ssize_t  index2 
)

Swaps two objects.

var ccArraySwapObjectsAtIndexes ( var  arr,
var  index1,
var  index2 
)

Swaps two objects.

local ccArraySwapObjectsAtIndexes ( local  arr,
local  index1,
local  index2 
)

Swaps two objects.

void
cocos2d::ccArrayRemoveAllObjects
( ccArray *  arr)

Removes all objects from arr.

var ccArrayRemoveAllObjects ( var  arr)

Removes all objects from arr.

local ccArrayRemoveAllObjects ( local  arr)

Removes all objects from arr.

void
cocos2d::ccArrayRemoveObjectAtIndex
( ccArray *  arr,
ssize_t  index,
bool  releaseObj = true 
)

Removes object at specified index and pushes back all subsequent objects.

Behavior undefined if index outside [0, num-1].

var ccArrayRemoveObjectAtIndex ( var  arr,
var  index,
var  releaseObj = true 
)

Removes object at specified index and pushes back all subsequent objects.

Behavior undefined if index outside [0, num-1].

local ccArrayRemoveObjectAtIndex ( local  arr,
local  index,
local  releaseObj = true 
)

Removes object at specified index and pushes back all subsequent objects.

Behavior undefined if index outside [0, num-1].

int CC_DLL cocos2d::gettimeofday ( struct timeval *  ,
struct timezone  
)
var gettimeofday ( var  ,
var   
)
local gettimeofday ( local  ,
local   
)
void
cocos2d::ccArrayFastRemoveObjectAtIndex
( ccArray *  arr,
ssize_t  index 
)

Removes object at specified index and fills the gap with the last object, thereby avoiding the need to push back subsequent objects.

Behavior undefined if index outside [0, num-1].

var ccArrayFastRemoveObjectAtIndex ( var  arr,
var  index 
)

Removes object at specified index and fills the gap with the last object, thereby avoiding the need to push back subsequent objects.

Behavior undefined if index outside [0, num-1].

local
ccArrayFastRemoveObjectAtIndex
( local  arr,
local  index 
)

Removes object at specified index and fills the gap with the last object, thereby avoiding the need to push back subsequent objects.

Behavior undefined if index outside [0, num-1].

void
cocos2d::ccArrayFastRemoveObject
( ccArray *  arr,
Ref *  object 
)
var ccArrayFastRemoveObject ( var  arr,
var  object 
)
local ccArrayFastRemoveObject ( local  arr,
local  object 
)
void cocos2d::ccArrayRemoveObject ( ccArray *  arr,
Ref *  object,
bool  releaseObj = true 
)

Searches for the first occurrence of object and removes it.

If object is not found the function has no effect.

var ccArrayRemoveObject ( var  arr,
var  object,
var  releaseObj = true 
)

Searches for the first occurrence of object and removes it.

If object is not found the function has no effect.

local ccArrayRemoveObject ( local  arr,
local  object,
local  releaseObj = true 
)

Searches for the first occurrence of object and removes it.

If object is not found the function has no effect.

void cocos2d::ccArrayRemoveArray ( ccArray *  arr,
ccArray *  minusArr 
)

Removes from arr all objects in minusArr.

For each object in minusArr, the first matching instance in arr will be removed.

var ccArrayRemoveArray ( var  arr,
var  minusArr 
)

Removes from arr all objects in minusArr.

For each object in minusArr, the first matching instance in arr will be removed.

local ccArrayRemoveArray ( local  arr,
local  minusArr 
)

Removes from arr all objects in minusArr.

For each object in minusArr, the first matching instance in arr will be removed.

void
cocos2d::ccArrayFullRemoveArray
( ccArray *  arr,
ccArray *  minusArr 
)

Removes from arr all objects in minusArr.

For each object in minusArr, all matching instances in arr will be removed.

var ccArrayFullRemoveArray ( var  arr,
var  minusArr 
)

Removes from arr all objects in minusArr.

For each object in minusArr, all matching instances in arr will be removed.

local ccArrayFullRemoveArray ( local  arr,
local  minusArr 
)

Removes from arr all objects in minusArr.

For each object in minusArr, all matching instances in arr will be removed.

ccCArray* cocos2d::ccCArrayNew ( ssize_t  capacity)

Allocates and initializes a new C array with specified capacity.

var ccCArrayNew ( var  capacity)

Allocates and initializes a new C array with specified capacity.

local ccCArrayNew ( local  capacity)

Allocates and initializes a new C array with specified capacity.

void cocos2d::ccCArrayFree ( ccCArray *  arr)

Frees C array after removing all remaining values.

Silently ignores nil arr.

var ccCArrayFree ( var  arr)

Frees C array after removing all remaining values.

Silently ignores nil arr.

local ccCArrayFree ( local  arr)

Frees C array after removing all remaining values.

Silently ignores nil arr.

void
cocos2d::ccCArrayDoubleCapacity
( ccCArray *  arr)

Doubles C array capacity.

var ccCArrayDoubleCapacity ( var  arr)

Doubles C array capacity.

local ccCArrayDoubleCapacity ( local  arr)

Doubles C array capacity.

void
cocos2d::ProfilingEndTimingBlock
( const char *  timerName)
var ProfilingEndTimingBlock ( var  timerName)
local ProfilingEndTimingBlock ( local  timerName)
void
cocos2d::ProfilingResetTimingBlock
( const char *  timerName)
var ProfilingResetTimingBlock ( var  timerName)
local ProfilingResetTimingBlock ( local  timerName)
void
cocos2d::ccCArrayEnsureExtraCapacity
( ccCArray *  arr,
ssize_t  extra 
)

Increases array capacity such that max >= num + extra.

var ccCArrayEnsureExtraCapacity ( var  arr,
var  extra 
)

Increases array capacity such that max >= num + extra.

local ccCArrayEnsureExtraCapacity ( local  arr,
local  extra 
)

Increases array capacity such that max >= num + extra.

ssize_t
cocos2d::ccCArrayGetIndexOfValue
( ccCArray *  arr,
void *  value 
)

Returns index of first occurrence of value, NSNotFound if value not found.

var ccCArrayGetIndexOfValue ( var  arr,
var  value 
)

Returns index of first occurrence of value, NSNotFound if value not found.

local ccCArrayGetIndexOfValue ( local  arr,
local  value 
)

Returns index of first occurrence of value, NSNotFound if value not found.

bool cocos2d::ccCArrayContainsValue ( ccCArray *  arr,
void *  value 
)

Returns a Boolean value that indicates whether value is present in the C array.

var ccCArrayContainsValue ( var  arr,
var  value 
)

Returns a Boolean value that indicates whether value is present in the C array.

local ccCArrayContainsValue ( local  arr,
local  value 
)

Returns a Boolean value that indicates whether value is present in the C array.

void
cocos2d::ccCArrayInsertValueAtIndex
( ccCArray *  arr,
void *  value,
ssize_t  index 
)

Inserts a value at a certain position.

Behavior undefined if array doesn't have enough capacity

var ccCArrayInsertValueAtIndex ( var  arr,
var  value,
var  index 
)

Inserts a value at a certain position.

Behavior undefined if array doesn't have enough capacity

local ccCArrayInsertValueAtIndex ( local  arr,
local  value,
local  index 
)

Inserts a value at a certain position.

Behavior undefined if array doesn't have enough capacity

void cocos2d::ccCArrayAppendValue ( ccCArray *  arr,
void *  value 
)

Appends an value.

Behavior undefined if array doesn't have enough capacity.

var ccCArrayAppendValue ( var  arr,
var  value 
)

Appends an value.

Behavior undefined if array doesn't have enough capacity.

local ccCArrayAppendValue ( local  arr,
local  value 
)

Appends an value.

Behavior undefined if array doesn't have enough capacity.

void
cocos2d::ccCArrayAppendValueWithResize
( ccCArray *  arr,
void *  value 
)

Appends an value.

Capacity of arr is increased if needed.

var ccCArrayAppendValueWithResize ( var  arr,
var  value 
)

Appends an value.

Capacity of arr is increased if needed.

local ccCArrayAppendValueWithResize ( local  arr,
local  value 
)

Appends an value.

Capacity of arr is increased if needed.

void cocos2d::ccCArrayAppendArray ( ccCArray *  arr,
ccCArray *  plusArr 
)

Appends values from plusArr to arr.

Behavior undefined if arr doesn't have enough capacity.

var ccCArrayAppendArray ( var  arr,
var  plusArr 
)

Appends values from plusArr to arr.

Behavior undefined if arr doesn't have enough capacity.

local ccCArrayAppendArray ( local  arr,
local  plusArr 
)

Appends values from plusArr to arr.

Behavior undefined if arr doesn't have enough capacity.

void
cocos2d::ccCArrayAppendArrayWithResize
( ccCArray *  arr,
ccCArray *  plusArr 
)

Appends values from plusArr to arr.

Capacity of arr is increased if needed.

var ccCArrayAppendArrayWithResize ( var  arr,
var  plusArr 
)

Appends values from plusArr to arr.

Capacity of arr is increased if needed.

local ccCArrayAppendArrayWithResize ( local  arr,
local  plusArr 
)

Appends values from plusArr to arr.

Capacity of arr is increased if needed.

void
cocos2d::ccCArrayRemoveAllValues
( ccCArray *  arr)

Removes all values from arr.

var ccCArrayRemoveAllValues ( var  arr)

Removes all values from arr.

local ccCArrayRemoveAllValues ( local  arr)

Removes all values from arr.

void
cocos2d::ccCArrayRemoveValueAtIndex
( ccCArray *  arr,
ssize_t  index 
)

Removes value at specified index and pushes back all subsequent values.

Behavior undefined if index outside [0, num-1].

Since
v0.99.4
var ccCArrayRemoveValueAtIndex ( var  arr,
var  index 
)

Removes value at specified index and pushes back all subsequent values.

Behavior undefined if index outside [0, num-1].

Since
v0.99.4
local ccCArrayRemoveValueAtIndex ( local  arr,
local  index 
)

Removes value at specified index and pushes back all subsequent values.

Behavior undefined if index outside [0, num-1].

Since
v0.99.4
void
cocos2d::ccCArrayFastRemoveValueAtIndex
( ccCArray *  arr,
ssize_t  index 
)

Removes value at specified index and fills the gap with the last value, thereby avoiding the need to push back subsequent values.

Behavior undefined if index outside [0, num-1].

Since
v0.99.4
var ccCArrayFastRemoveValueAtIndex ( var  arr,
var  index 
)

Removes value at specified index and fills the gap with the last value, thereby avoiding the need to push back subsequent values.

Behavior undefined if index outside [0, num-1].

Since
v0.99.4
local
ccCArrayFastRemoveValueAtIndex
( local  arr,
local  index 
)

Removes value at specified index and fills the gap with the last value, thereby avoiding the need to push back subsequent values.

Behavior undefined if index outside [0, num-1].

Since
v0.99.4
void cocos2d::ccCArrayRemoveValue ( ccCArray *  arr,
void *  value 
)

Searches for the first occurrence of value and removes it.

If value is not found the function has no effect.

Since
v0.99.4
var ccCArrayRemoveValue ( var  arr,
var  value 
)

Searches for the first occurrence of value and removes it.

If value is not found the function has no effect.

Since
v0.99.4
local ccCArrayRemoveValue ( local  arr,
local  value 
)

Searches for the first occurrence of value and removes it.

If value is not found the function has no effect.

Since
v0.99.4
void cocos2d::ccCArrayRemoveArray ( ccCArray *  arr,
ccCArray *  minusArr 
)

Removes from arr all values in minusArr.

For each Value in minusArr, the first matching instance in arr will be removed.

Since
v0.99.4
var ccCArrayRemoveArray ( var  arr,
var  minusArr 
)

Removes from arr all values in minusArr.

For each Value in minusArr, the first matching instance in arr will be removed.

Since
v0.99.4
local ccCArrayRemoveArray ( local  arr,
local  minusArr 
)

Removes from arr all values in minusArr.

For each Value in minusArr, the first matching instance in arr will be removed.

Since
v0.99.4
void
cocos2d::ccCArrayFullRemoveArray
( ccCArray *  arr,
ccCArray *  minusArr 
)

Removes from arr all values in minusArr.

For each value in minusArr, all matching instances in arr will be removed.

Since
v0.99.4
var ccCArrayFullRemoveArray ( var  arr,
var  minusArr 
)

Removes from arr all values in minusArr.

For each value in minusArr, all matching instances in arr will be removed.

Since
v0.99.4
local ccCArrayFullRemoveArray ( local  arr,
local  minusArr 
)

Removes from arr all values in minusArr.

For each value in minusArr, all matching instances in arr will be removed.

Since
v0.99.4
CC_DLL const char*
cocos2d::cocos2dVersion
( )
var cocos2dVersion ( )
local cocos2dVersion ( )
RefPtr<T>
cocos2d::static_pointer_cast
( const RefPtr< U > &  r)

Cast between RefPtr types statically.

var static_pointer_cast ( var  r)

Cast between RefPtr types statically.

local static_pointer_cast ( local  r)

Cast between RefPtr types statically.

RefPtr<T>
cocos2d::dynamic_pointer_cast
( const RefPtr< U > &  r)

Cast between RefPtr types dynamically.

var dynamic_pointer_cast ( var  r)

Cast between RefPtr types dynamically.

local dynamic_pointer_cast ( local  r)

Cast between RefPtr types dynamically.

CC_DEPRECATED_ATTRIBUTE Vec2
cocos2d::CCPointMake
( float  x,
float  y 
)
inline
var CCPointMake ( var  x,
var  y 
)
inline
local CCPointMake ( local  x,
local  y 
)
inline
CC_DEPRECATED_ATTRIBUTE Size
cocos2d::CCSizeMake
( float  width,
float  height 
)
inline
var CCSizeMake ( var  width,
var  height 
)
inline
local CCSizeMake ( local  width,
local  height 
)
inline
CC_DEPRECATED_ATTRIBUTE void
CC_DLL CC_DEPRECATED_ATTRIBUTE
void CC_DLL
cocos2d::ccDrawInit
( )
var ccDrawInit ( )
local ccDrawInit ( )
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::ccDrawFree
( )
var ccDrawFree ( )
local ccDrawFree ( )
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::ccDrawPoint
( const Vec2 point)
var ccDrawPoint ( var  point)
local ccDrawPoint ( local  point)
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::ccDrawLine
( const Vec2 origin,
const Vec2 destination 
)
var ccDrawLine ( var  origin,
var  destination 
)
local ccDrawLine ( local  origin,
local  destination 
)
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::ccDrawRect
( Vec2  origin,
Vec2  destination 
)
var ccDrawRect ( var  origin,
var  destination 
)
local ccDrawRect ( local  origin,
local  destination 
)
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::ccDrawColor4B
( GLubyte  r,
GLubyte  g,
GLubyte  b,
GLubyte  a 
)
var ccDrawColor4B ( var  r,
var  g,
var  b,
var  a 
)
local ccDrawColor4B ( local  r,
local  g,
local  b,
local  a 
)
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::ccDrawColor4F
( GLfloat  r,
GLfloat  g,
GLfloat  b,
GLfloat  a 
)
var ccDrawColor4F ( var  r,
var  g,
var  b,
var  a 
)
local ccDrawColor4F ( local  r,
local  g,
local  b,
local  a 
)
CC_DEPRECATED_ATTRIBUTE void
CC_DLL
cocos2d::ccGLInvalidateStateCache
( )
inline
var ccGLInvalidateStateCache ( )
inline
local ccGLInvalidateStateCache ( )
inline
CC_DEPRECATED_ATTRIBUTE void
CC_DLL
cocos2d::ccGLDeleteProgram
( GLuint  program)
inline
var ccGLDeleteProgram ( var  program)
inline
local ccGLDeleteProgram ( local  program)
inline
CC_DEPRECATED_ATTRIBUTE void
CC_DLL
cocos2d::ccGLBlendResetToCache
( )
inline
var ccGLBlendResetToCache ( )
inline
local ccGLBlendResetToCache ( )
inline
CC_DEPRECATED_ATTRIBUTE void
CC_DLL
cocos2d::ccSetProjectionMatrixDirty
( )
inline
var ccSetProjectionMatrixDirty ( )
inline
local ccSetProjectionMatrixDirty ( )
inline
CC_DEPRECATED_ATTRIBUTE void
CC_DLL
cocos2d::ccGLBindTexture2D
( GLuint  textureId)
inline
var ccGLBindTexture2D ( var  textureId)
inline
local ccGLBindTexture2D ( local  textureId)
inline
CC_DEPRECATED_ATTRIBUTE void
CC_DLL
cocos2d::ccGLDeleteTexture
( GLuint  textureId)
inline
var ccGLDeleteTexture ( var  textureId)
inline
local ccGLDeleteTexture ( local  textureId)
inline
CC_DEPRECATED_ATTRIBUTE void
CC_DLL
cocos2d::ccGLDeleteTextureN
( GLuint  textureUnit,
GLuint  textureId 
)
inline
var ccGLDeleteTextureN ( var  textureUnit,
var  textureId 
)
inline
local ccGLDeleteTextureN ( local  textureUnit,
local  textureId 
)
inline
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::ccGLBindVAO
( GLuint  vaoId)
inline
var ccGLBindVAO ( var  vaoId)
inline
local ccGLBindVAO ( local  vaoId)
inline
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::kmGLFreeAll
( void  )
var kmGLFreeAll (   )
local kmGLFreeAll (   )
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::kmGLPushMatrix
( void  )
var kmGLPushMatrix (   )
local kmGLPushMatrix (   )
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::kmGLPopMatrix
( void  )
var kmGLPopMatrix (   )
local kmGLPopMatrix (   )
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::kmGLMatrixMode
( unsigned int  mode)
var kmGLMatrixMode ( var  mode)
local kmGLMatrixMode ( local  mode)
CC_DEPRECATED_ATTRIBUTE void
CC_DLL
cocos2d::kmGLLoadIdentity
( void  )
var kmGLLoadIdentity (   )
local kmGLLoadIdentity (   )
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::kmGLMultMatrix
( const Mat4 pIn)
var kmGLMultMatrix ( var  pIn)
local kmGLMultMatrix ( local  pIn)
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::kmGLTranslatef
( float  x,
float  y,
float  z 
)
var kmGLTranslatef ( var  x,
var  y,
var  z 
)
local kmGLTranslatef ( local  x,
local  y,
local  z 
)
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::kmGLRotatef
( float  angle,
float  x,
float  y,
float  z 
)
var kmGLRotatef ( var  angle,
var  x,
var  y,
var  z 
)
local kmGLRotatef ( local  angle,
local  x,
local  y,
local  z 
)
CC_DEPRECATED_ATTRIBUTE void
CC_DLL cocos2d::kmGLScalef
( float  x,
float  y,
float  z 
)
var kmGLScalef ( var  x,
var  y,
var  z 
)
local kmGLScalef ( local  x,
local  y,
local  z 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4* cocos2d::kmMat4Inverse
( Mat4 pOut,
const Mat4 pM 
)
var kmMat4Inverse ( var  pOut,
var  pM 
)
local kmMat4Inverse ( local  pOut,
local  pM 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4* cocos2d::kmMat4Transpose
( Mat4 pOut,
const Mat4 pIn 
)
var kmMat4Transpose ( var  pOut,
var  pIn 
)
local kmMat4Transpose ( local  pOut,
local  pIn 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4* cocos2d::kmMat4RotationY
( Mat4 pOut,
const float  radians 
)
var kmMat4RotationY ( var  pOut,
var  radians 
)
local kmMat4RotationY ( local  pOut,
local  radians 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4* cocos2d::kmMat4RotationZ
( Mat4 pOut,
const float  radians 
)
var kmMat4RotationZ ( var  pOut,
var  radians 
)
local kmMat4RotationZ ( local  pOut,
local  radians 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Mat4* cocos2d::kmMat4Scaling
( Mat4 pOut,
const float  x,
const float  y,
const float  z 
)
var kmMat4Scaling ( var  pOut,
var  x,
var  y,
var  z 
)
local kmMat4Scaling ( local  pOut,
local  x,
local  y,
local  z 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
float cocos2d::kmVec3LengthSq
( const Vec3 pIn)
var kmVec3LengthSq ( var  pIn)
local kmVec3LengthSq ( local  pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3* cocos2d::kmVec3Add
( Vec3 pOut,
const Vec3 pV1,
const Vec3 pV2 
)
var kmVec3Add ( var  pOut,
var  pV1,
var  pV2 
)
local kmVec3Add ( local  pOut,
local  pV1,
local  pV2 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3* cocos2d::kmVec3Subtract
( Vec3 pOut,
const Vec3 pV1,
const Vec3 pV2 
)
var kmVec3Subtract ( var  pOut,
var  pV1,
var  pV2 
)
local kmVec3Subtract ( local  pOut,
local  pV1,
local  pV2 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3*
cocos2d::kmVec3TransformNormal
( Vec3 pOut,
const Vec3 pV,
const Mat4 pM 
)
var kmVec3TransformNormal ( var  pOut,
var  pV,
var  pM 
)
local kmVec3TransformNormal ( local  pOut,
local  pV,
local  pM 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3*
cocos2d::kmVec3TransformCoord
( Vec3 pOut,
const Vec3 pV,
const Mat4 pM 
)
var kmVec3TransformCoord ( var  pOut,
var  pV,
var  pM 
)
local kmVec3TransformCoord ( local  pOut,
local  pV,
local  pM 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec3* cocos2d::kmVec3Assign
( Vec3 pOut,
const Vec3 pIn 
)
var kmVec3Assign ( var  pOut,
var  pIn 
)
local kmVec3Assign ( local  pOut,
local  pIn 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
float cocos2d::kmVec2LengthSq
( const Vec2 pIn)
var kmVec2LengthSq ( var  pIn)
local kmVec2LengthSq ( local  pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec2* cocos2d::kmVec2Subtract
( Vec2 pOut,
const Vec2 pV1,
const Vec2 pV2 
)
var kmVec2Subtract ( var  pOut,
var  pV1,
var  pV2 
)
local kmVec2Subtract ( local  pOut,
local  pV1,
local  pV2 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec2* cocos2d::kmVec2Assign
( Vec2 pOut,
const Vec2 pIn 
)
var kmVec2Assign ( var  pOut,
var  pIn 
)
local kmVec2Assign ( local  pOut,
local  pIn 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
float cocos2d::kmVec4LengthSq
( const Vec4 pIn)
var kmVec4LengthSq ( var  pIn)
local kmVec4LengthSq ( local  pIn)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec4* cocos2d::kmVec4Subtract
( Vec4 pOut,
const Vec4 pV1,
const Vec4 pV2 
)
var kmVec4Subtract ( var  pOut,
var  pV1,
var  pV2 
)
local kmVec4Subtract ( local  pOut,
local  pV1,
local  pV2 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec4* cocos2d::kmVec4Assign
( Vec4 pOut,
const Vec4 pIn 
)
var kmVec4Assign ( var  pOut,
var  pIn 
)
local kmVec4Assign ( local  pOut,
local  pIn 
)
CC_DEPRECATED_ATTRIBUTE CC_DLL
Vec4* cocos2d::kmVec4Transform
( Vec4 pOut,
const Vec4 pV,
const Mat4 pM 
)
var kmVec4Transform ( var  pOut,
var  pV,
var  pM 
)
local kmVec4Transform ( local  pOut,
local  pV,
local  pM 
)

Variable Documentation

CC_DLL const AffineTransform
AffineTransformIdentity
var AffineTransformIdentity
local AffineTransformIdentity
const ssize_t CC_INVALID_INDEX
var CC_INVALID_INDEX
local CC_INVALID_INDEX
std::string s_attributeNames[]
std::string s_attributeNames[]
std::string s_attributeNames[]
const std::string STD_STRING_EMPTY
var STD_STRING_EMPTY
local STD_STRING_EMPTY
const ValueMapIntKey
ValueMapIntKeyNull
var ValueMapIntKeyNull
local ValueMapIntKeyNull
const ValueMap ValueMapNull
var ValueMapNull
local ValueMapNull
const ValueVector ValueVectorNull
var ValueVectorNull
local ValueVectorNull