[AUTO]: updating luabinding automatically

This commit is contained in:
CocosRobot 2014-04-28 07:01:59 +00:00
parent e96883ec43
commit 78a7c98b26
98 changed files with 359 additions and 390 deletions

View File

@ -6,7 +6,7 @@
--------------------------------
-- overload function: setEye(float, float, float)
--
-- overload function: setEye(kmVec3)
-- overload function: setEye(cc.math::Vector3)
--
-- @function [parent=#ActionCamera] setEye
-- @param self
@ -17,27 +17,27 @@
--------------------------------
-- @function [parent=#ActionCamera] getEye
-- @param self
-- @return kmVec3#kmVec3 ret (return value: kmVec3)
-- @return math::Vector3#math::Vector3 ret (return value: cc.math::Vector3)
--------------------------------
-- @function [parent=#ActionCamera] setUp
-- @param self
-- @param #kmVec3 kmvec3
-- @param #cc.math::Vector3 array
--------------------------------
-- @function [parent=#ActionCamera] getCenter
-- @param self
-- @return kmVec3#kmVec3 ret (return value: kmVec3)
-- @return math::Vector3#math::Vector3 ret (return value: cc.math::Vector3)
--------------------------------
-- @function [parent=#ActionCamera] setCenter
-- @param self
-- @param #kmVec3 kmvec3
-- @param #cc.math::Vector3 array
--------------------------------
-- @function [parent=#ActionCamera] getUp
-- @param self
-- @return kmVec3#kmVec3 ret (return value: kmVec3)
-- @return math::Vector3#math::Vector3 ret (return value: cc.math::Vector3)
--------------------------------
-- @function [parent=#ActionCamera] startWithTarget

View File

@ -141,19 +141,19 @@
--------------------------------
-- @function [parent=#Armature] setAnchorPoint
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#Armature] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------
-- @function [parent=#Armature] getAnchorPointInPoints
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Armature] update
@ -163,7 +163,7 @@
--------------------------------
-- @function [parent=#Armature] getNodeToParentTransform
-- @param self
-- @return kmMat4#kmMat4 ret (return value: kmMat4)
-- @return math::Matrix#math::Matrix ret (return value: cc.math::Matrix)
--------------------------------
-- @function [parent=#Armature] getBoundingBox

View File

@ -50,7 +50,7 @@
-- @function [parent=#AtlasNode] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------

View File

@ -30,7 +30,7 @@
-- @function [parent=#BatchNode] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------

View File

@ -162,7 +162,7 @@
--------------------------------
-- @function [parent=#Bone] getNodeToArmatureTransform
-- @param self
-- @return kmMat4#kmMat4 ret (return value: kmMat4)
-- @return math::Matrix#math::Matrix ret (return value: cc.math::Matrix)
--------------------------------
-- @function [parent=#Bone] getDisplayManager
@ -202,7 +202,7 @@
--------------------------------
-- @function [parent=#Bone] getNodeToWorldTransform
-- @param self
-- @return kmMat4#kmMat4 ret (return value: kmMat4)
-- @return math::Matrix#math::Matrix ret (return value: cc.math::Matrix)
--------------------------------
-- @function [parent=#Bone] update

View File

@ -16,7 +16,7 @@
--------------------------------
-- @function [parent=#CardinalSplineBy] updatePosition
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#CardinalSplineBy] reverse

View File

@ -11,7 +11,7 @@
--------------------------------
-- @function [parent=#CardinalSplineTo] updatePosition
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#CardinalSplineTo] initWithDuration

View File

@ -43,11 +43,4 @@
-- @param #cc.Node node
-- @return ClippingNode#ClippingNode ret (retunr value: cc.ClippingNode)
--------------------------------
-- @function [parent=#ClippingNode] visit
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #bool bool
return nil

View File

@ -11,7 +11,7 @@
--------------------------------
-- @function [parent=#ContourData] addVertex
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ContourData] create

View File

@ -82,7 +82,7 @@
-- @function [parent=#Control] getTouchLocation
-- @param self
-- @param #cc.Touch touch
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Control] isHighlighted

View File

@ -43,12 +43,12 @@
--------------------------------
-- @function [parent=#ControlButton] setLabelAnchorPoint
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ControlButton] getLabelAnchorPoint
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#ControlButton] getTitleTTFSizeForState

View File

@ -12,7 +12,7 @@
-- @function [parent=#ControlHuePicker] initWithTargetAndPos
-- @param self
-- @param #cc.Node node
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return bool#bool ret (return value: bool)
--------------------------------
@ -23,7 +23,7 @@
--------------------------------
-- @function [parent=#ControlHuePicker] getStartPos
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#ControlHuePicker] getHue
@ -64,7 +64,7 @@
-- @function [parent=#ControlHuePicker] create
-- @param self
-- @param #cc.Node node
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return ControlHuePicker#ControlHuePicker ret (return value: cc.ControlHuePicker)
--------------------------------

View File

@ -6,7 +6,7 @@
--------------------------------
-- @function [parent=#ControlPotentiometer] setPreviousLocation
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ControlPotentiometer] setValue
@ -26,16 +26,16 @@
--------------------------------
-- @function [parent=#ControlPotentiometer] angleInDegreesBetweenLineFromPoint_toPoint_toLineFromPoint_toPoint
-- @param self
-- @param #point_table point
-- @param #point_table point
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#ControlPotentiometer] potentiometerBegan
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ControlPotentiometer] setMaximumValue
@ -60,19 +60,19 @@
--------------------------------
-- @function [parent=#ControlPotentiometer] getPreviousLocation
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#ControlPotentiometer] distanceBetweenPointAndPoint
-- @param self
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#ControlPotentiometer] potentiometerEnded
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ControlPotentiometer] setProgressTimer
@ -100,7 +100,7 @@
--------------------------------
-- @function [parent=#ControlPotentiometer] potentiometerMoved
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ControlPotentiometer] create

View File

@ -12,13 +12,13 @@
-- @function [parent=#ControlSaturationBrightnessPicker] initWithTargetAndPos
-- @param self
-- @param #cc.Node node
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return bool#bool ret (return value: bool)
--------------------------------
-- @function [parent=#ControlSaturationBrightnessPicker] getStartPos
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#ControlSaturationBrightnessPicker] getOverlay
@ -54,7 +54,7 @@
-- @function [parent=#ControlSaturationBrightnessPicker] create
-- @param self
-- @param #cc.Node node
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return ControlSaturationBrightnessPicker#ControlSaturationBrightnessPicker ret (return value: cc.ControlSaturationBrightnessPicker)
--------------------------------

View File

@ -12,7 +12,7 @@
-- @function [parent=#ControlSlider] locationFromTouch
-- @param self
-- @param #cc.Touch touch
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#ControlSlider] setSelectedThumbSprite

View File

@ -31,7 +31,7 @@
--------------------------------
-- @function [parent=#ControlStepper] updateLayoutUsingTouchLocation
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ControlStepper] setValueWithSendingEvent

View File

@ -47,7 +47,7 @@
-- @function [parent=#ControlSwitch] locationFromTouch
-- @param self
-- @param #cc.Touch touch
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- overload function: create(cc.Sprite, cc.Sprite, cc.Sprite, cc.Sprite)

View File

@ -7,9 +7,14 @@
-- @param self
--------------------------------
-- @function [parent=#Director] setContentScaleFactor
-- @function [parent=#Director] pushScene
-- @param self
-- @param #float float
-- @param #cc.Scene scene
--------------------------------
-- @function [parent=#Director] getDeltaTime
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#Director] getContentScaleFactor
@ -22,9 +27,14 @@
-- @return size_table#size_table ret (return value: size_table)
--------------------------------
-- @function [parent=#Director] getDeltaTime
-- @function [parent=#Director] getConsole
-- @param self
-- @return float#float ret (return value: float)
-- @return Console#Console ret (return value: cc.Console)
--------------------------------
-- @function [parent=#Director] pushMatrix
-- @param self
-- @param #cc.MATRIX_STACK_TYPE matrix_stack_type
--------------------------------
-- @function [parent=#Director] setGLDefaultValues
@ -44,6 +54,12 @@
-- @function [parent=#Director] popToRootScene
-- @param self
--------------------------------
-- @function [parent=#Director] loadMatrix
-- @param self
-- @param #cc.MATRIX_STACK_TYPE matrix_stack_type
-- @param #cc.math::Matrix matrix
--------------------------------
-- @function [parent=#Director] getNotificationNode
-- @param self
@ -67,7 +83,7 @@
--------------------------------
-- @function [parent=#Director] getVisibleOrigin
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Director] mainLoop
@ -91,8 +107,8 @@
--------------------------------
-- @function [parent=#Director] convertToUI
-- @param self
-- @param #point_table point
-- @return point_table#point_table ret (return value: point_table)
-- @param #cc.math::Vector2 array
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Director] setDefaultValues
@ -130,6 +146,11 @@
-- @function [parent=#Director] stopAnimation
-- @param self
--------------------------------
-- @function [parent=#Director] setContentScaleFactor
-- @param self
-- @param #float float
--------------------------------
-- @function [parent=#Director] popToSceneStackLevel
-- @param self
@ -156,8 +177,8 @@
--------------------------------
-- @function [parent=#Director] convertToGL
-- @param self
-- @param #point_table point
-- @return point_table#point_table ret (return value: point_table)
-- @param #cc.math::Vector2 array
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Director] purgeCachedData
@ -182,6 +203,17 @@
-- @function [parent=#Director] drawScene
-- @param self
--------------------------------
-- @function [parent=#Director] getZEye
-- @param self
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#Director] getMatrix
-- @param self
-- @param #cc.MATRIX_STACK_TYPE matrix_stack_type
-- @return math::Matrix#math::Matrix ret (return value: cc.math::Matrix)
--------------------------------
-- @function [parent=#Director] popScene
-- @param self
@ -197,20 +229,24 @@
-- @param #cc.Director::Projection projection
--------------------------------
-- @function [parent=#Director] getConsole
-- @function [parent=#Director] loadIdentityMatrix
-- @param self
-- @return Console#Console ret (return value: cc.Console)
--------------------------------
-- @function [parent=#Director] getZEye
-- @param self
-- @return float#float ret (return value: float)
-- @param #cc.MATRIX_STACK_TYPE matrix_stack_type
--------------------------------
-- @function [parent=#Director] setNextDeltaTimeZero
-- @param self
-- @param #bool bool
--------------------------------
-- @function [parent=#Director] resetMatrixStack
-- @param self
--------------------------------
-- @function [parent=#Director] popMatrix
-- @param self
-- @param #cc.MATRIX_STACK_TYPE matrix_stack_type
--------------------------------
-- @function [parent=#Director] getVisibleSize
-- @param self
@ -222,9 +258,9 @@
-- @return Scheduler#Scheduler ret (return value: cc.Scheduler)
--------------------------------
-- @function [parent=#Director] pushScene
-- @function [parent=#Director] setAnimationInterval
-- @param self
-- @param #cc.Scene scene
-- @param #double double
--------------------------------
-- @function [parent=#Director] getAnimationInterval
@ -247,9 +283,10 @@
-- @param #cc.Scene scene
--------------------------------
-- @function [parent=#Director] setAnimationInterval
-- @function [parent=#Director] multiplyMatrix
-- @param self
-- @param #double double
-- @param #cc.MATRIX_STACK_TYPE matrix_stack_type
-- @param #cc.math::Matrix matrix
--------------------------------
-- @function [parent=#Director] getActionManager

View File

@ -11,7 +11,7 @@
--------------------------------
-- @function [parent=#DisplayManager] getAnchorPointInPoints
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#DisplayManager] getDisplayRenderNodeType
@ -57,7 +57,7 @@
--------------------------------
-- overload function: containPoint(float, float)
--
-- overload function: containPoint(point_table)
-- overload function: containPoint(cc.math::Vector2)
--
-- @function [parent=#DisplayManager] containPoint
-- @param self
@ -90,7 +90,7 @@
--------------------------------
-- @function [parent=#DisplayManager] getAnchorPoint
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#DisplayManager] getDecorativeDisplayList

View File

@ -6,16 +6,16 @@
--------------------------------
-- @function [parent=#DrawNode] drawQuadraticBezier
-- @param self
-- @param #point_table point
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #unsigned int int
-- @param #color4F_table color4f
--------------------------------
-- @function [parent=#DrawNode] onDraw
-- @param self
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------
@ -25,33 +25,33 @@
--------------------------------
-- @function [parent=#DrawNode] drawTriangle
-- @param self
-- @param #point_table point
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #color4F_table color4f
--------------------------------
-- @function [parent=#DrawNode] drawDot
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #float float
-- @param #color4F_table color4f
--------------------------------
-- @function [parent=#DrawNode] drawCubicBezier
-- @param self
-- @param #point_table point
-- @param #point_table point
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #unsigned int int
-- @param #color4F_table color4f
--------------------------------
-- @function [parent=#DrawNode] drawSegment
-- @param self
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #float float
-- @param #color4F_table color4f
@ -64,7 +64,7 @@
-- @function [parent=#DrawNode] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
return nil

View File

@ -109,12 +109,12 @@
--------------------------------
-- @function [parent=#EditBox] setAnchorPoint
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#EditBox] setPosition
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#EditBox] setVisible

View File

@ -6,17 +6,17 @@
--------------------------------
-- @function [parent=#FadeOutTRTiles] turnOnTile
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#FadeOutTRTiles] turnOffTile
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#FadeOutTRTiles] transformTile
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #float float
--------------------------------

View File

@ -6,7 +6,7 @@
--------------------------------
-- @function [parent=#FadeOutUpTiles] transformTile
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #float float
--------------------------------

View File

@ -45,13 +45,13 @@
-- @return string#string ret (return value: string)
--------------------------------
-- overload function: setUniformsForBuiltins(kmMat4)
-- overload function: setUniformsForBuiltins(cc.math::Matrix)
--
-- overload function: setUniformsForBuiltins()
--
-- @function [parent=#GLProgram] setUniformsForBuiltins
-- @param self
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
--------------------------------
-- @function [parent=#GLProgram] setUniformLocationWith3i

View File

@ -53,7 +53,7 @@
--------------------------------
-- @function [parent=#GLViewProtocol] getVisibleOrigin
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#GLViewProtocol] getFrameSize

View File

@ -34,7 +34,7 @@
--------------------------------
-- @function [parent=#GridBase] getStep
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#GridBase] set2DProjection
@ -43,7 +43,7 @@
--------------------------------
-- @function [parent=#GridBase] setStep
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#GridBase] setTextureFlipped

View File

@ -7,7 +7,7 @@
-- @function [parent=#JumpBy] create
-- @param self
-- @param #float float
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #float float
-- @param #int int
-- @return JumpBy#JumpBy ret (return value: cc.JumpBy)

View File

@ -7,7 +7,7 @@
-- @function [parent=#JumpTo] create
-- @param self
-- @param #float float
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #float float
-- @param #int int
-- @return JumpTo#JumpTo ret (return value: cc.JumpTo)

View File

@ -76,7 +76,7 @@
-- @function [parent=#Label] setBMFontFilePath
-- @param self
-- @param #string str
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return bool#bool ret (return value: bool)
--------------------------------
@ -222,7 +222,7 @@
-- @param #string str
-- @param #cc.TextHAlignment texthalignment
-- @param #int int
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return Label#Label ret (return value: cc.Label)
--------------------------------
@ -260,7 +260,7 @@
-- @function [parent=#Label] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------
@ -295,13 +295,6 @@
-- @param self
-- @param #cc.BlendFunc blendfunc
--------------------------------
-- @function [parent=#Label] visit
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #bool bool
--------------------------------
-- @function [parent=#Label] getScaleX
-- @param self

View File

@ -46,7 +46,7 @@
-- @param #string str
-- @param #float float
-- @param #cc.TextHAlignment texthalignment
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return bool#bool ret (return value: bool)
--------------------------------
@ -63,7 +63,7 @@
-- @function [parent=#LabelBMFont] setFntFile
-- @param self
-- @param #string str
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#LabelBMFont] setAlignment
@ -78,7 +78,7 @@
--------------------------------
-- overload function: create()
--
-- overload function: create(string, string, float, cc.TextHAlignment, point_table)
-- overload function: create(string, string, float, cc.TextHAlignment, cc.math::Vector2)
--
-- @function [parent=#LabelBMFont] create
-- @param self
@ -86,7 +86,7 @@
-- @param #string str
-- @param #float float
-- @param #cc.TextHAlignment texthalignment
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return LabelBMFont#LabelBMFont ret (retunr value: cc.LabelBMFont)
--------------------------------

View File

@ -177,13 +177,6 @@
-- @param self
-- @return size_table#size_table ret (return value: size_table)
--------------------------------
-- @function [parent=#LabelTTF] visit
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #bool bool
--------------------------------
-- @function [parent=#LabelTTF] LabelTTF
-- @param self

View File

@ -37,7 +37,7 @@
-- @function [parent=#LayerColor] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------

View File

@ -21,7 +21,7 @@
--------------------------------
-- @function [parent=#LayerGradient] setVector
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#LayerGradient] setStartOpacity
@ -41,7 +41,7 @@
--------------------------------
-- @function [parent=#LayerGradient] getVector
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#LayerGradient] setEndColor
@ -68,13 +68,13 @@
--
-- overload function: create()
--
-- overload function: create(color4B_table, color4B_table, point_table)
-- overload function: create(color4B_table, color4B_table, cc.math::Vector2)
--
-- @function [parent=#LayerGradient] create
-- @param self
-- @param #color4B_table color4b
-- @param #color4B_table color4b
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return LayerGradient#LayerGradient ret (retunr value: cc.LayerGradient)
--------------------------------

View File

@ -6,7 +6,7 @@
--------------------------------
-- @function [parent=#Layout] setBackGroundColorVector
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#Layout] setClippingType
@ -26,7 +26,7 @@
--------------------------------
-- @function [parent=#Layout] getBackGroundColorVector
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Layout] getClippingType

View File

@ -6,7 +6,7 @@
--------------------------------
-- @function [parent=#Lens3D] setPosition
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#Lens3D] setConcave
@ -21,7 +21,7 @@
--------------------------------
-- @function [parent=#Lens3D] getPosition
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Lens3D] getLensEffect
@ -33,7 +33,7 @@
-- @param self
-- @param #float float
-- @param #size_table size
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #float float
-- @return Lens3D#Lens3D ret (return value: cc.Lens3D)

View File

@ -99,7 +99,7 @@
--------------------------------
-- overload function: setPosition(float, float)
--
-- overload function: setPosition(point_table)
-- overload function: setPosition(cc.math::Vector2)
--
-- @function [parent=#MotionStreak] setPosition
-- @param self

View File

@ -7,7 +7,7 @@
-- @function [parent=#MoveBy] create
-- @param self
-- @param #float float
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return MoveBy#MoveBy ret (return value: cc.MoveBy)
--------------------------------

View File

@ -7,7 +7,7 @@
-- @function [parent=#MoveTo] create
-- @param self
-- @param #float float
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return MoveTo#MoveTo ret (return value: cc.MoveTo)
--------------------------------

View File

@ -72,8 +72,8 @@
--------------------------------
-- @function [parent=#Node] convertToWorldSpaceAR
-- @param self
-- @param #point_table point
-- @return point_table#point_table ret (return value: point_table)
-- @param #cc.math::Vector2 array
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Node] isIgnoreAnchorPointForPosition
@ -132,12 +132,12 @@
--------------------------------
-- @function [parent=#Node] getNodeToWorldTransform
-- @param self
-- @return kmMat4#kmMat4 ret (return value: kmMat4)
-- @return math::Matrix#math::Matrix ret (return value: cc.math::Matrix)
--------------------------------
-- @function [parent=#Node] getPosition3D
-- @param self
-- @return Vertex3F#Vertex3F ret (return value: cc.Vertex3F)
-- @return math::Vector3#math::Vector3 ret (return value: cc.math::Vector3)
--------------------------------
-- @function [parent=#Node] removeChild
@ -148,8 +148,8 @@
--------------------------------
-- @function [parent=#Node] convertToWorldSpace
-- @param self
-- @param #point_table point
-- @return point_table#point_table ret (return value: point_table)
-- @param #cc.math::Vector2 array
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Node] getScene
@ -180,7 +180,7 @@
-- @function [parent=#Node] convertTouchToNodeSpace
-- @param self
-- @param #cc.Touch touch
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- overload function: removeAllChildrenWithCleanup(bool)
@ -209,24 +209,24 @@
--------------------------------
-- @function [parent=#Node] getRotation3D
-- @param self
-- @return Vertex3F#Vertex3F ret (return value: cc.Vertex3F)
-- @return math::Vector3#math::Vector3 ret (return value: cc.math::Vector3)
--------------------------------
-- @function [parent=#Node] getNodeToParentTransform
-- @param self
-- @return kmMat4#kmMat4 ret (return value: kmMat4)
-- @return math::Matrix#math::Matrix ret (return value: cc.math::Matrix)
--------------------------------
-- @function [parent=#Node] convertTouchToNodeSpaceAR
-- @param self
-- @param #cc.Touch touch
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Node] convertToNodeSpace
-- @param self
-- @param #point_table point
-- @return point_table#point_table ret (return value: point_table)
-- @param #cc.math::Vector2 array
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Node] resume
@ -240,7 +240,7 @@
--------------------------------
-- overload function: setPosition(float, float)
--
-- overload function: setPosition(point_table)
-- overload function: setPosition(cc.math::Vector2)
--
-- @function [parent=#Node] setPosition
-- @param self
@ -271,7 +271,7 @@
--------------------------------
-- @function [parent=#Node] setRotation3D
-- @param self
-- @param #cc.Vertex3F vertex3f
-- @param #cc.math::Vector3 array
--------------------------------
-- @function [parent=#Node] setPositionX
@ -281,12 +281,12 @@
--------------------------------
-- @function [parent=#Node] setNodeToParentTransform
-- @param self
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
--------------------------------
-- @function [parent=#Node] getAnchorPoint
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Node] getNumberOfRunningActions
@ -310,8 +310,8 @@
--------------------------------
-- @function [parent=#Node] convertToNodeSpaceAR
-- @param self
-- @param #point_table point
-- @return point_table#point_table ret (return value: point_table)
-- @param #cc.math::Vector2 array
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Node] addComponent
@ -319,17 +319,6 @@
-- @param #cc.Component component
-- @return bool#bool ret (return value: bool)
--------------------------------
-- overload function: visit()
--
-- overload function: visit(cc.Renderer, kmMat4, bool)
--
-- @function [parent=#Node] visit
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #bool bool
--------------------------------
-- @function [parent=#Node] setShaderProgram
-- @param self
@ -343,7 +332,7 @@
--------------------------------
-- @function [parent=#Node] getAnchorPointInPoints
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Node] runAction
@ -384,11 +373,11 @@
--------------------------------
-- overload function: setAdditionalTransform(cc.AffineTransform)
--
-- overload function: setAdditionalTransform(kmMat4)
-- overload function: setAdditionalTransform(cc.math::Matrix)
--
-- @function [parent=#Node] setAdditionalTransform
-- @param self
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
--------------------------------
-- @function [parent=#Node] getDisplayedOpacity
@ -482,7 +471,7 @@
--------------------------------
-- @function [parent=#Node] getParentToNodeTransform
-- @param self
-- @return kmMat4#kmMat4 ret (return value: kmMat4)
-- @return math::Matrix#math::Matrix ret (return value: cc.math::Matrix)
--------------------------------
-- @function [parent=#Node] setGlobalZOrder
@ -583,12 +572,12 @@
--------------------------------
-- overload function: draw()
--
-- overload function: draw(cc.Renderer, kmMat4, bool)
-- overload function: draw(cc.Renderer, cc.math::Matrix, bool)
--
-- @function [parent=#Node] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------
@ -608,7 +597,7 @@
--------------------------------
-- @function [parent=#Node] setPosition3D
-- @param self
-- @param #cc.Vertex3F vertex3f
-- @param #cc.math::Vector3 array
--------------------------------
-- @function [parent=#Node] update
@ -622,7 +611,7 @@
--------------------------------
-- @function [parent=#Node] getWorldToNodeTransform
-- @param self
-- @return kmMat4#kmMat4 ret (return value: kmMat4)
-- @return math::Matrix#math::Matrix ret (return value: cc.math::Matrix)
--------------------------------
-- @function [parent=#Node] getScale

View File

@ -27,11 +27,4 @@
-- @param self
-- @return NodeGrid#NodeGrid ret (return value: cc.NodeGrid)
--------------------------------
-- @function [parent=#NodeGrid] visit
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #bool bool
return nil

View File

@ -17,8 +17,8 @@
-- @param self
-- @param #cc.Node node
-- @param #int int
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ParallaxNode] removeAllChildrenWithCleanup
@ -42,13 +42,6 @@
-- @param #int int
-- @param #int int
--------------------------------
-- @function [parent=#ParallaxNode] visit
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #bool bool
--------------------------------
-- @function [parent=#ParallaxNode] removeChild
-- @param self

View File

@ -70,14 +70,7 @@
-- @function [parent=#ParticleBatchNode] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #bool bool
--------------------------------
-- @function [parent=#ParticleBatchNode] visit
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------

View File

@ -36,7 +36,7 @@
--------------------------------
-- @function [parent=#ParticleSystem] setPosVar
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ParticleSystem] getEndSpin
@ -106,7 +106,7 @@
--------------------------------
-- @function [parent=#ParticleSystem] getGravity
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#ParticleSystem] getTangentialAccel
@ -151,7 +151,7 @@
--------------------------------
-- @function [parent=#ParticleSystem] getPosVar
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#ParticleSystem] updateWithNoTime
@ -179,7 +179,7 @@
--------------------------------
-- @function [parent=#ParticleSystem] getSourcePosition
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#ParticleSystem] setLifeVar
@ -200,7 +200,7 @@
-- @function [parent=#ParticleSystem] updateQuadWithParticle
-- @param self
-- @param #cc.sParticle sparticle
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ParticleSystem] getAtlasIndex
@ -294,7 +294,7 @@
--------------------------------
-- @function [parent=#ParticleSystem] setSourcePosition
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ParticleSystem] getEndSpinVar
@ -389,7 +389,7 @@
--------------------------------
-- @function [parent=#ParticleSystem] setGravity
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ParticleSystem] postStep

View File

@ -48,14 +48,14 @@
-- @return float#float ret (return value: float)
--------------------------------
-- overload function: applyImpulse(point_table, point_table)
-- overload function: applyImpulse(cc.math::Vector2, cc.math::Vector2)
--
-- overload function: applyImpulse(point_table)
-- overload function: applyImpulse(cc.math::Vector2)
--
-- @function [parent=#PhysicsBody] applyImpulse
-- @param self
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#PhysicsBody] setRotationOffset
@ -63,14 +63,14 @@
-- @param #float float
--------------------------------
-- overload function: applyForce(point_table, point_table)
-- overload function: applyForce(cc.math::Vector2, cc.math::Vector2)
--
-- overload function: applyForce(point_table)
-- overload function: applyForce(cc.math::Vector2)
--
-- @function [parent=#PhysicsBody] applyForce
-- @param self
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#PhysicsBody] addShape
@ -97,7 +97,7 @@
--------------------------------
-- @function [parent=#PhysicsBody] getVelocity
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsBody] getLinearDamping
@ -126,7 +126,7 @@
--------------------------------
-- @function [parent=#PhysicsBody] getPositionOffset
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsBody] setCategoryBitmask
@ -146,7 +146,7 @@
--------------------------------
-- @function [parent=#PhysicsBody] getPosition
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsBody] setEnable
@ -176,8 +176,8 @@
--------------------------------
-- @function [parent=#PhysicsBody] local2World
-- @param self
-- @param #point_table point
-- @return point_table#point_table ret (return value: point_table)
-- @param #cc.math::Vector2 array
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsBody] getCategoryBitmask
@ -212,8 +212,8 @@
--------------------------------
-- @function [parent=#PhysicsBody] world2Local
-- @param self
-- @param #point_table point
-- @return point_table#point_table ret (return value: point_table)
-- @param #cc.math::Vector2 array
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsBody] isEnabled
@ -243,7 +243,7 @@
--------------------------------
-- @function [parent=#PhysicsBody] setVelocity
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#PhysicsBody] setLinearDamping
@ -258,7 +258,7 @@
--------------------------------
-- @function [parent=#PhysicsBody] setPositionOffset
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#PhysicsBody] setRotationEnable
@ -278,8 +278,8 @@
--------------------------------
-- @function [parent=#PhysicsBody] getVelocityAtLocalPoint
-- @param self
-- @param #point_table point
-- @return point_table#point_table ret (return value: point_table)
-- @param #cc.math::Vector2 array
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsBody] isResting
@ -305,8 +305,8 @@
--------------------------------
-- @function [parent=#PhysicsBody] getVelocityAtWorldPoint
-- @param self
-- @param #point_table point
-- @return point_table#point_table ret (return value: point_table)
-- @param #cc.math::Vector2 array
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsBody] setContactTestBitmask
@ -332,14 +332,14 @@
-- @param self
-- @param #size_table size
-- @param #cc.PhysicsMaterial physicsmaterial
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return PhysicsBody#PhysicsBody ret (return value: cc.PhysicsBody)
--------------------------------
-- @function [parent=#PhysicsBody] createEdgeSegment
-- @param self
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #cc.PhysicsMaterial physicsmaterial
-- @param #float float
-- @return PhysicsBody#PhysicsBody ret (return value: cc.PhysicsBody)
@ -363,7 +363,7 @@
-- @param #size_table size
-- @param #cc.PhysicsMaterial physicsmaterial
-- @param #float float
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return PhysicsBody#PhysicsBody ret (return value: cc.PhysicsBody)
--------------------------------
@ -371,7 +371,7 @@
-- @param self
-- @param #float float
-- @param #cc.PhysicsMaterial physicsmaterial
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return PhysicsBody#PhysicsBody ret (return value: cc.PhysicsBody)
return nil

View File

@ -10,7 +10,7 @@
--------------------------------
-- @function [parent=#PhysicsContactPostSolve] getSurfaceVelocity
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsContactPostSolve] getRestitution

View File

@ -24,12 +24,12 @@
--------------------------------
-- @function [parent=#PhysicsContactPreSolve] getSurfaceVelocity
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsContactPreSolve] setSurfaceVelocity
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#PhysicsContactPreSolve] setRestitution

View File

@ -18,8 +18,8 @@
-- @param self
-- @param #cc.PhysicsBody physicsbody
-- @param #cc.PhysicsBody physicsbody
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @return PhysicsJointDistance#PhysicsJointDistance ret (return value: cc.PhysicsJointDistance)
return nil

View File

@ -8,7 +8,7 @@
-- @param self
-- @param #cc.PhysicsBody physicsbody
-- @param #cc.PhysicsBody physicsbody
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return PhysicsJointFixed#PhysicsJointFixed ret (return value: cc.PhysicsJointFixed)
return nil

View File

@ -6,41 +6,41 @@
--------------------------------
-- @function [parent=#PhysicsJointGroove] setAnchr2
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#PhysicsJointGroove] setGrooveA
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#PhysicsJointGroove] setGrooveB
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#PhysicsJointGroove] getGrooveA
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsJointGroove] getGrooveB
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsJointGroove] getAnchr2
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsJointGroove] construct
-- @param self
-- @param #cc.PhysicsBody physicsbody
-- @param #cc.PhysicsBody physicsbody
-- @param #point_table point
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @return PhysicsJointGroove#PhysicsJointGroove ret (return value: cc.PhysicsJointGroove)
return nil

View File

@ -6,12 +6,12 @@
--------------------------------
-- @function [parent=#PhysicsJointLimit] setAnchr2
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#PhysicsJointLimit] setAnchr1
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#PhysicsJointLimit] setMax
@ -21,12 +21,12 @@
--------------------------------
-- @function [parent=#PhysicsJointLimit] getAnchr2
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsJointLimit] getAnchr1
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsJointLimit] getMin
@ -44,16 +44,16 @@
-- @param #float float
--------------------------------
-- overload function: construct(cc.PhysicsBody, cc.PhysicsBody, point_table, point_table, float, float)
-- overload function: construct(cc.PhysicsBody, cc.PhysicsBody, cc.math::Vector2, cc.math::Vector2, float, float)
--
-- overload function: construct(cc.PhysicsBody, cc.PhysicsBody, point_table, point_table)
-- overload function: construct(cc.PhysicsBody, cc.PhysicsBody, cc.math::Vector2, cc.math::Vector2)
--
-- @function [parent=#PhysicsJointLimit] construct
-- @param self
-- @param #cc.PhysicsBody physicsbody
-- @param #cc.PhysicsBody physicsbody
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #float float
-- @param #float float
-- @return PhysicsJointLimit#PhysicsJointLimit ret (retunr value: cc.PhysicsJointLimit)

View File

@ -8,7 +8,7 @@
-- @param self
-- @param #cc.PhysicsBody physicsbody
-- @param #cc.PhysicsBody physicsbody
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return PhysicsJointPin#PhysicsJointPin ret (return value: cc.PhysicsJointPin)
return nil

View File

@ -6,12 +6,12 @@
--------------------------------
-- @function [parent=#PhysicsJointSpring] setAnchr2
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#PhysicsJointSpring] setAnchr1
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#PhysicsJointSpring] getDamping
@ -31,12 +31,12 @@
--------------------------------
-- @function [parent=#PhysicsJointSpring] getAnchr2
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsJointSpring] getAnchr1
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsJointSpring] getStiffness
@ -58,8 +58,8 @@
-- @param self
-- @param #cc.PhysicsBody physicsbody
-- @param #cc.PhysicsBody physicsbody
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #float float
-- @param #float float
-- @return PhysicsJointSpring#PhysicsJointSpring ret (return value: cc.PhysicsJointSpring)

View File

@ -56,7 +56,7 @@
--------------------------------
-- @function [parent=#PhysicsShape] containsPoint
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return bool#bool ret (return value: bool)
--------------------------------
@ -77,7 +77,7 @@
--------------------------------
-- @function [parent=#PhysicsShape] getCenter
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsShape] getDensity
@ -112,7 +112,7 @@
--------------------------------
-- @function [parent=#PhysicsShape] getOffset
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsShape] getRestitution

View File

@ -18,7 +18,7 @@
-- @param self
-- @param #size_table size
-- @param #cc.PhysicsMaterial physicsmaterial
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return PhysicsShapeBox#PhysicsShapeBox ret (return value: cc.PhysicsShapeBox)
--------------------------------
@ -32,13 +32,13 @@
-- @param self
-- @param #float float
-- @param #size_table size
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#PhysicsShapeBox] getOffset
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsShapeBox] calculateDefaultMoment

View File

@ -13,7 +13,7 @@
-- @param self
-- @param #float float
-- @param #cc.PhysicsMaterial physicsmaterial
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return PhysicsShapeCircle#PhysicsShapeCircle ret (return value: cc.PhysicsShapeCircle)
--------------------------------
@ -27,13 +27,13 @@
-- @param self
-- @param #float float
-- @param #float float
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return float#float ret (return value: float)
--------------------------------
-- @function [parent=#PhysicsShapeCircle] getOffset
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsShapeCircle] calculateDefaultMoment

View File

@ -14,12 +14,12 @@
-- @param #size_table size
-- @param #cc.PhysicsMaterial physicsmaterial
-- @param #float float
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return PhysicsShapeEdgeBox#PhysicsShapeEdgeBox ret (return value: cc.PhysicsShapeEdgeBox)
--------------------------------
-- @function [parent=#PhysicsShapeEdgeBox] getOffset
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
return nil

View File

@ -11,6 +11,6 @@
--------------------------------
-- @function [parent=#PhysicsShapeEdgeChain] getCenter
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
return nil

View File

@ -11,6 +11,6 @@
--------------------------------
-- @function [parent=#PhysicsShapeEdgePolygon] getCenter
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
return nil

View File

@ -6,18 +6,18 @@
--------------------------------
-- @function [parent=#PhysicsShapeEdgeSegment] getPointB
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsShapeEdgeSegment] getPointA
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsShapeEdgeSegment] create
-- @param self
-- @param #point_table point
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.math::Vector2 array
-- @param #cc.PhysicsMaterial physicsmaterial
-- @param #float float
-- @return PhysicsShapeEdgeSegment#PhysicsShapeEdgeSegment ret (return value: cc.PhysicsShapeEdgeSegment)
@ -25,6 +25,6 @@
--------------------------------
-- @function [parent=#PhysicsShapeEdgeSegment] getCenter
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
return nil

View File

@ -12,7 +12,7 @@
-- @function [parent=#PhysicsShapePolygon] getPoint
-- @param self
-- @param #int int
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsShapePolygon] calculateDefaultMoment
@ -22,6 +22,6 @@
--------------------------------
-- @function [parent=#PhysicsShapePolygon] getCenter
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
return nil

View File

@ -5,7 +5,7 @@
--------------------------------
-- @function [parent=#PhysicsWorld] setGravity
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#PhysicsWorld] getAllBodies
@ -45,7 +45,7 @@
--------------------------------
-- @function [parent=#PhysicsWorld] getShapes
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return array_table#array_table ret (return value: array_table)
--------------------------------
@ -55,7 +55,7 @@
--------------------------------
-- @function [parent=#PhysicsWorld] getShape
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return PhysicsShape#PhysicsShape ret (return value: cc.PhysicsShape)
--------------------------------
@ -70,7 +70,7 @@
--------------------------------
-- @function [parent=#PhysicsWorld] getGravity
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#PhysicsWorld] setDebugDrawMask

View File

@ -6,7 +6,7 @@
--------------------------------
-- @function [parent=#Place] create
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return Place#Place ret (return value: cc.Place)
--------------------------------

View File

@ -11,7 +11,7 @@
--------------------------------
-- @function [parent=#ProgressTimer] setBarChangeRate
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ProgressTimer] getPercentage
@ -36,12 +36,12 @@
--------------------------------
-- @function [parent=#ProgressTimer] setMidpoint
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ProgressTimer] getBarChangeRate
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- overload function: setReverseDirection(bool)
@ -55,7 +55,7 @@
--------------------------------
-- @function [parent=#ProgressTimer] getMidpoint
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#ProgressTimer] setPercentage
@ -76,13 +76,13 @@
--------------------------------
-- @function [parent=#ProgressTimer] setAnchorPoint
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ProgressTimer] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------

View File

@ -62,13 +62,6 @@
-- @param self
-- @return ProtectedNode#ProtectedNode ret (return value: cc.ProtectedNode)
--------------------------------
-- @function [parent=#ProtectedNode] visit
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #bool bool
--------------------------------
-- @function [parent=#ProtectedNode] updateDisplayedOpacity
-- @param self

View File

@ -6,7 +6,7 @@
--------------------------------
-- @function [parent=#RenderTexture] setVirtualViewport
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #rect_table rect
-- @param #rect_table rect
@ -169,14 +169,7 @@
-- @function [parent=#RenderTexture] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #bool bool
--------------------------------
-- @function [parent=#RenderTexture] visit
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------

View File

@ -12,7 +12,7 @@
--------------------------------
-- @function [parent=#RichText] setAnchorPoint
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#RichText] pushBackElement

View File

@ -26,19 +26,19 @@
--------------------------------
-- @function [parent=#Ripple3D] setPosition
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#Ripple3D] getPosition
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Ripple3D] create
-- @param self
-- @param #float float
-- @param #size_table size
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #float float
-- @param #unsigned int int
-- @param #float float

View File

@ -8,7 +8,7 @@
--
-- overload function: create(float, float)
--
-- overload function: create(float, cc.Vertex3F)
-- overload function: create(float, cc.math::Vector3)
--
-- @function [parent=#RotateBy] create
-- @param self

View File

@ -24,7 +24,7 @@
--------------------------------
-- @function [parent=#ScrollView] scrollToPercentBothDirection
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #float float
-- @param #bool bool
@ -123,7 +123,7 @@
--------------------------------
-- @function [parent=#ScrollView] jumpToPercentBothDirection
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#ScrollView] scrollToPercentVertical

View File

@ -6,7 +6,7 @@
--------------------------------
-- @function [parent=#ShuffleTiles] placeTile
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.Tile tile
--------------------------------

View File

@ -15,7 +15,7 @@
--------------------------------
-- @function [parent=#Skeleton] onDraw
-- @param self
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------

View File

@ -11,7 +11,7 @@
--------------------------------
-- @function [parent=#Skin] getNodeToWorldTransformAR
-- @param self
-- @return kmMat4#kmMat4 ret (return value: kmMat4)
-- @return math::Matrix#math::Matrix ret (return value: cc.math::Matrix)
--------------------------------
-- @function [parent=#Skin] initWithFile
@ -62,13 +62,13 @@
--------------------------------
-- @function [parent=#Skin] getNodeToWorldTransform
-- @param self
-- @return kmMat4#kmMat4 ret (return value: kmMat4)
-- @return math::Matrix#math::Matrix ret (return value: cc.math::Matrix)
--------------------------------
-- @function [parent=#Skin] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------

View File

@ -114,7 +114,7 @@
--------------------------------
-- @function [parent=#Slider] hitTest
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return bool#bool ret (return value: bool)
--------------------------------

View File

@ -44,7 +44,7 @@
--------------------------------
-- @function [parent=#Sprite] getOffsetPosition
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Sprite] removeAllChildrenWithCleanup
@ -184,7 +184,7 @@
-- @function [parent=#Sprite] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------
@ -217,7 +217,7 @@
--------------------------------
-- @function [parent=#Sprite] setAnchorPoint
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#Sprite] setRotationSkewX

View File

@ -118,7 +118,7 @@
-- @function [parent=#SpriteBatchNode] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------
@ -126,13 +126,6 @@
-- @param self
-- @return string#string ret (return value: string)
--------------------------------
-- @function [parent=#SpriteBatchNode] visit
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #bool bool
--------------------------------
-- @function [parent=#SpriteBatchNode] sortAllChildren
-- @param self

View File

@ -19,7 +19,7 @@
-- @param #cc.Texture2D texture2d
--------------------------------
-- overload function: initWithTexture(cc.Texture2D, rect_table, bool, point_table, size_table)
-- overload function: initWithTexture(cc.Texture2D, rect_table, bool, cc.math::Vector2, size_table)
--
-- overload function: initWithTexture(cc.Texture2D, rect_table)
--
@ -28,7 +28,7 @@
-- @param #cc.Texture2D texture2d
-- @param #rect_table rect
-- @param #bool bool
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #size_table size
-- @return bool#bool ret (retunr value: bool)
@ -50,7 +50,7 @@
--------------------------------
-- @function [parent=#SpriteFrame] setOffsetInPixels
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#SpriteFrame] getRectInPixels
@ -75,12 +75,12 @@
--------------------------------
-- @function [parent=#SpriteFrame] setOffset
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#SpriteFrame] getOffset
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#SpriteFrame] isRotated
@ -88,7 +88,7 @@
-- @return bool#bool ret (return value: bool)
--------------------------------
-- overload function: initWithTextureFilename(string, rect_table, bool, point_table, size_table)
-- overload function: initWithTextureFilename(string, rect_table, bool, cc.math::Vector2, size_table)
--
-- overload function: initWithTextureFilename(string, rect_table)
--
@ -97,7 +97,7 @@
-- @param #string str
-- @param #rect_table rect
-- @param #bool bool
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #size_table size
-- @return bool#bool ret (retunr value: bool)
@ -109,7 +109,7 @@
--------------------------------
-- @function [parent=#SpriteFrame] getOffsetInPixels
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#SpriteFrame] getOriginalSize
@ -117,7 +117,7 @@
-- @return size_table#size_table ret (return value: size_table)
--------------------------------
-- overload function: create(string, rect_table, bool, point_table, size_table)
-- overload function: create(string, rect_table, bool, cc.math::Vector2, size_table)
--
-- overload function: create(string, rect_table)
--
@ -126,12 +126,12 @@
-- @param #string str
-- @param #rect_table rect
-- @param #bool bool
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #size_table size
-- @return SpriteFrame#SpriteFrame ret (retunr value: cc.SpriteFrame)
--------------------------------
-- overload function: createWithTexture(cc.Texture2D, rect_table, bool, point_table, size_table)
-- overload function: createWithTexture(cc.Texture2D, rect_table, bool, cc.math::Vector2, size_table)
--
-- overload function: createWithTexture(cc.Texture2D, rect_table)
--
@ -140,7 +140,7 @@
-- @param #cc.Texture2D texture2d
-- @param #rect_table rect
-- @param #bool bool
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #size_table size
-- @return SpriteFrame#SpriteFrame ret (retunr value: cc.SpriteFrame)

View File

@ -6,15 +6,15 @@
--------------------------------
-- @function [parent=#TMXLayer] getTileGIDAt
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.TMXTileFlags_ tmxtileflags_
-- @return unsigned int#unsigned int ret (return value: unsigned int)
--------------------------------
-- @function [parent=#TMXLayer] getPositionAt
-- @param self
-- @param #point_table point
-- @return point_table#point_table ret (return value: point_table)
-- @param #cc.math::Vector2 array
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#TMXLayer] setLayerOrientation
@ -58,7 +58,7 @@
--------------------------------
-- @function [parent=#TMXLayer] removeTileAt
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#TMXLayer] initWithTilesetInfo
@ -73,14 +73,14 @@
-- @param self
--------------------------------
-- overload function: setTileGID(unsigned int, point_table, cc.TMXTileFlags_)
-- overload function: setTileGID(unsigned int, cc.math::Vector2, cc.TMXTileFlags_)
--
-- overload function: setTileGID(unsigned int, point_table)
-- overload function: setTileGID(unsigned int, cc.math::Vector2)
--
-- @function [parent=#TMXLayer] setTileGID
-- @param self
-- @param #unsigned int int
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #cc.TMXTileFlags_ tmxtileflags_
--------------------------------
@ -126,7 +126,7 @@
--------------------------------
-- @function [parent=#TMXLayer] getTileAt
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return Sprite#Sprite ret (return value: cc.Sprite)
--------------------------------

View File

@ -6,7 +6,7 @@
--------------------------------
-- @function [parent=#TMXObjectGroup] setPositionOffset
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#TMXObjectGroup] getProperty
@ -17,7 +17,7 @@
--------------------------------
-- @function [parent=#TMXObjectGroup] getPositionOffset
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#TMXObjectGroup] getObject

View File

@ -149,7 +149,7 @@
--------------------------------
-- @function [parent=#TextField] hitTest
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return bool#bool ret (return value: bool)
--------------------------------

View File

@ -149,7 +149,7 @@
--------------------------------
-- @function [parent=#Texture2D] drawAtPoint
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#Texture2D] hasMipmaps

View File

@ -24,14 +24,14 @@
--------------------------------
-- @function [parent=#TileMapAtlas] getTileAt
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return color3B_table#color3B_table ret (return value: color3B_table)
--------------------------------
-- @function [parent=#TileMapAtlas] setTile
-- @param self
-- @param #color3B_table color3b
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#TileMapAtlas] setTGAInfo

View File

@ -6,27 +6,27 @@
--------------------------------
-- @function [parent=#Touch] getPreviousLocationInView
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Touch] getLocation
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Touch] getDelta
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Touch] getStartLocationInView
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Touch] getStartLocation
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Touch] getID
@ -43,12 +43,12 @@
--------------------------------
-- @function [parent=#Touch] getLocationInView
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Touch] getPreviousLocation
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Touch] Touch

View File

@ -14,7 +14,7 @@
-- @function [parent=#TransitionCrossFade] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
return nil

View File

@ -26,7 +26,7 @@
-- @function [parent=#TransitionFadeTR] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
return nil

View File

@ -29,7 +29,7 @@
-- @function [parent=#TransitionPageTurn] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------

View File

@ -22,7 +22,7 @@
-- @function [parent=#TransitionScene] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
--------------------------------

View File

@ -25,7 +25,7 @@
-- @function [parent=#TransitionSplitCols] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
return nil

View File

@ -20,7 +20,7 @@
-- @function [parent=#TransitionTurnOffTiles] draw
-- @param self
-- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4
-- @param #cc.math::Matrix matrix
-- @param #bool bool
return nil

View File

@ -6,12 +6,12 @@
--------------------------------
-- @function [parent=#TurnOffTiles] turnOnTile
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#TurnOffTiles] turnOffTile
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#TurnOffTiles] shuffle

View File

@ -26,19 +26,19 @@
--------------------------------
-- @function [parent=#Twirl] setPosition
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#Twirl] getPosition
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Twirl] create
-- @param self
-- @param #float float
-- @param #size_table size
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @param #unsigned int int
-- @param #float float
-- @return Twirl#Twirl ret (return value: cc.Twirl)

View File

@ -6,7 +6,7 @@
--------------------------------
-- @function [parent=#Widget] setSizePercent
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#Widget] getCustomSize
@ -31,12 +31,12 @@
--------------------------------
-- @function [parent=#Widget] getTouchEndPos
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Widget] setPositionPercent
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#Widget] getLayoutSize
@ -113,7 +113,7 @@
--------------------------------
-- @function [parent=#Widget] getWorldPosition
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Widget] didNotSelectSelf
@ -137,7 +137,7 @@
--------------------------------
-- @function [parent=#Widget] getTouchMovePos
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Widget] setEnabled
@ -167,12 +167,12 @@
--------------------------------
-- @function [parent=#Widget] getSizePercent
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Widget] getTouchStartPos
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Widget] setActionTag
@ -187,7 +187,7 @@
--------------------------------
-- @function [parent=#Widget] clippingParentAreaContainPoint
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return bool#bool ret (return value: bool)
--------------------------------
@ -227,12 +227,12 @@
--------------------------------
-- @function [parent=#Widget] getPositionPercent
-- @param self
-- @return point_table#point_table ret (return value: point_table)
-- @return math::Vector2#math::Vector2 ret (return value: cc.math::Vector2)
--------------------------------
-- @function [parent=#Widget] hitTest
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
-- @return bool#bool ret (return value: bool)
--------------------------------
@ -255,7 +255,7 @@
-- @param self
-- @param #int int
-- @param #ccui.Widget widget
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#Widget] setSize
@ -295,7 +295,7 @@
--------------------------------
-- @function [parent=#Widget] setPosition
-- @param self
-- @param #point_table point
-- @param #cc.math::Vector2 array
--------------------------------
-- @function [parent=#Widget] getDescription

View File

@ -1 +1 @@
c83343f5eefc15921cc0da18fe21bb540a0e8bc8
b20d1ed62b7d1c67f012dec501cb0e5689a2663c

View File

@ -1555,6 +1555,12 @@ int register_all_cocos2dx(lua_State* tolua_S);

View File

@ -1 +1 @@
427b621d028746e72000086b320b1b9b3adf7a19
66053670956367d52e223e21ddfcf396ae770c47

View File

@ -1 +1 @@
ac6a8ee92a47a50ed8b8645c3098e927a65ed4b5
549fefb3c45c97c9e6f963ed72c8386437cb4dc9

View File

@ -122,10 +122,10 @@ int lua_cocos2dx_spine_Skeleton_onDraw(lua_State* tolua_S)
argc = lua_gettop(tolua_S)-1;
if (argc == 2)
{
kmMat4 arg0;
cocos2d::math::Matrix arg0;
bool arg1;
ok &= luaval_to_kmMat4(tolua_S, 2, &arg0);
ok &= luaval_to_matrix(tolua_S, 2, &arg0);
ok &= luaval_to_boolean(tolua_S, 3,&arg1);
if(!ok)

View File

@ -1 +1 @@
b038b989790dbaa2f6c46e1313006d6ee1bdffdc
192fc0bada75449cb24396c2962f356433ec8818

View File

@ -1 +1 @@
088e9951d4f001122370379060141d0e98b5a4d8
67bac7c57519c2484913d247df69198cd3bea717