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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -43,11 +43,4 @@
-- @param #cc.Node node -- @param #cc.Node node
-- @return ClippingNode#ClippingNode ret (retunr value: cc.ClippingNode) -- @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 return nil

View File

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

View File

@ -82,7 +82,7 @@
-- @function [parent=#Control] getTouchLocation -- @function [parent=#Control] getTouchLocation
-- @param self -- @param self
-- @param #cc.Touch touch -- @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 -- @function [parent=#Control] isHighlighted

View File

@ -43,12 +43,12 @@
-------------------------------- --------------------------------
-- @function [parent=#ControlButton] setLabelAnchorPoint -- @function [parent=#ControlButton] setLabelAnchorPoint
-- @param self -- @param self
-- @param #point_table point -- @param #cc.math::Vector2 array
-------------------------------- --------------------------------
-- @function [parent=#ControlButton] getLabelAnchorPoint -- @function [parent=#ControlButton] getLabelAnchorPoint
-- @param self -- @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 -- @function [parent=#ControlButton] getTitleTTFSizeForState

View File

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

View File

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

View File

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

View File

@ -12,7 +12,7 @@
-- @function [parent=#ControlSlider] locationFromTouch -- @function [parent=#ControlSlider] locationFromTouch
-- @param self -- @param self
-- @param #cc.Touch touch -- @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 -- @function [parent=#ControlSlider] setSelectedThumbSprite

View File

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

View File

@ -47,7 +47,7 @@
-- @function [parent=#ControlSwitch] locationFromTouch -- @function [parent=#ControlSwitch] locationFromTouch
-- @param self -- @param self
-- @param #cc.Touch touch -- @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) -- overload function: create(cc.Sprite, cc.Sprite, cc.Sprite, cc.Sprite)

View File

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

View File

@ -11,7 +11,7 @@
-------------------------------- --------------------------------
-- @function [parent=#DisplayManager] getAnchorPointInPoints -- @function [parent=#DisplayManager] getAnchorPointInPoints
-- @param self -- @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 -- @function [parent=#DisplayManager] getDisplayRenderNodeType
@ -57,7 +57,7 @@
-------------------------------- --------------------------------
-- overload function: containPoint(float, float) -- overload function: containPoint(float, float)
-- --
-- overload function: containPoint(point_table) -- overload function: containPoint(cc.math::Vector2)
-- --
-- @function [parent=#DisplayManager] containPoint -- @function [parent=#DisplayManager] containPoint
-- @param self -- @param self
@ -90,7 +90,7 @@
-------------------------------- --------------------------------
-- @function [parent=#DisplayManager] getAnchorPoint -- @function [parent=#DisplayManager] getAnchorPoint
-- @param self -- @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 -- @function [parent=#DisplayManager] getDecorativeDisplayList

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -53,7 +53,7 @@
-------------------------------- --------------------------------
-- @function [parent=#GLViewProtocol] getVisibleOrigin -- @function [parent=#GLViewProtocol] getVisibleOrigin
-- @param self -- @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 -- @function [parent=#GLViewProtocol] getFrameSize

View File

@ -34,7 +34,7 @@
-------------------------------- --------------------------------
-- @function [parent=#GridBase] getStep -- @function [parent=#GridBase] getStep
-- @param self -- @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 -- @function [parent=#GridBase] set2DProjection
@ -43,7 +43,7 @@
-------------------------------- --------------------------------
-- @function [parent=#GridBase] setStep -- @function [parent=#GridBase] setStep
-- @param self -- @param self
-- @param #point_table point -- @param #cc.math::Vector2 array
-------------------------------- --------------------------------
-- @function [parent=#GridBase] setTextureFlipped -- @function [parent=#GridBase] setTextureFlipped

View File

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

View File

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

View File

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

View File

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

View File

@ -177,13 +177,6 @@
-- @param self -- @param self
-- @return size_table#size_table ret (return value: size_table) -- @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 -- @function [parent=#LabelTTF] LabelTTF
-- @param self -- @param self

View File

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

View File

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

View File

@ -6,7 +6,7 @@
-------------------------------- --------------------------------
-- @function [parent=#Layout] setBackGroundColorVector -- @function [parent=#Layout] setBackGroundColorVector
-- @param self -- @param self
-- @param #point_table point -- @param #cc.math::Vector2 array
-------------------------------- --------------------------------
-- @function [parent=#Layout] setClippingType -- @function [parent=#Layout] setClippingType
@ -26,7 +26,7 @@
-------------------------------- --------------------------------
-- @function [parent=#Layout] getBackGroundColorVector -- @function [parent=#Layout] getBackGroundColorVector
-- @param self -- @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 -- @function [parent=#Layout] getClippingType

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -27,11 +27,4 @@
-- @param self -- @param self
-- @return NodeGrid#NodeGrid ret (return value: cc.NodeGrid) -- @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 return nil

View File

@ -17,8 +17,8 @@
-- @param self -- @param self
-- @param #cc.Node node -- @param #cc.Node node
-- @param #int int -- @param #int int
-- @param #point_table point -- @param #cc.math::Vector2 array
-- @param #point_table point -- @param #cc.math::Vector2 array
-------------------------------- --------------------------------
-- @function [parent=#ParallaxNode] removeAllChildrenWithCleanup -- @function [parent=#ParallaxNode] removeAllChildrenWithCleanup
@ -42,13 +42,6 @@
-- @param #int int -- @param #int int
-- @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 -- @function [parent=#ParallaxNode] removeChild
-- @param self -- @param self

View File

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

View File

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

View File

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

View File

@ -10,7 +10,7 @@
-------------------------------- --------------------------------
-- @function [parent=#PhysicsContactPostSolve] getSurfaceVelocity -- @function [parent=#PhysicsContactPostSolve] getSurfaceVelocity
-- @param self -- @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 -- @function [parent=#PhysicsContactPostSolve] getRestitution

View File

@ -24,12 +24,12 @@
-------------------------------- --------------------------------
-- @function [parent=#PhysicsContactPreSolve] getSurfaceVelocity -- @function [parent=#PhysicsContactPreSolve] getSurfaceVelocity
-- @param self -- @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 -- @function [parent=#PhysicsContactPreSolve] setSurfaceVelocity
-- @param self -- @param self
-- @param #point_table point -- @param #cc.math::Vector2 array
-------------------------------- --------------------------------
-- @function [parent=#PhysicsContactPreSolve] setRestitution -- @function [parent=#PhysicsContactPreSolve] setRestitution

View File

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

View File

@ -8,7 +8,7 @@
-- @param self -- @param self
-- @param #cc.PhysicsBody physicsbody -- @param #cc.PhysicsBody physicsbody
-- @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 PhysicsJointFixed#PhysicsJointFixed ret (return value: cc.PhysicsJointFixed)
return nil return nil

View File

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

View File

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

View File

@ -8,7 +8,7 @@
-- @param self -- @param self
-- @param #cc.PhysicsBody physicsbody -- @param #cc.PhysicsBody physicsbody
-- @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 PhysicsJointPin#PhysicsJointPin ret (return value: cc.PhysicsJointPin)
return nil return nil

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -11,6 +11,6 @@
-------------------------------- --------------------------------
-- @function [parent=#PhysicsShapeEdgeChain] getCenter -- @function [parent=#PhysicsShapeEdgeChain] getCenter
-- @param self -- @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 return nil

View File

@ -11,6 +11,6 @@
-------------------------------- --------------------------------
-- @function [parent=#PhysicsShapeEdgePolygon] getCenter -- @function [parent=#PhysicsShapeEdgePolygon] getCenter
-- @param self -- @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 return nil

View File

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

View File

@ -12,7 +12,7 @@
-- @function [parent=#PhysicsShapePolygon] getPoint -- @function [parent=#PhysicsShapePolygon] getPoint
-- @param self -- @param self
-- @param #int int -- @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 -- @function [parent=#PhysicsShapePolygon] calculateDefaultMoment
@ -22,6 +22,6 @@
-------------------------------- --------------------------------
-- @function [parent=#PhysicsShapePolygon] getCenter -- @function [parent=#PhysicsShapePolygon] getCenter
-- @param self -- @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 return nil

View File

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

View File

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

View File

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

View File

@ -62,13 +62,6 @@
-- @param self -- @param self
-- @return ProtectedNode#ProtectedNode ret (return value: cc.ProtectedNode) -- @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 -- @function [parent=#ProtectedNode] updateDisplayedOpacity
-- @param self -- @param self

View File

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

View File

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

View File

@ -26,19 +26,19 @@
-------------------------------- --------------------------------
-- @function [parent=#Ripple3D] setPosition -- @function [parent=#Ripple3D] setPosition
-- @param self -- @param self
-- @param #point_table point -- @param #cc.math::Vector2 array
-------------------------------- --------------------------------
-- @function [parent=#Ripple3D] getPosition -- @function [parent=#Ripple3D] getPosition
-- @param self -- @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 -- @function [parent=#Ripple3D] create
-- @param self -- @param self
-- @param #float float -- @param #float float
-- @param #size_table size -- @param #size_table size
-- @param #point_table point -- @param #cc.math::Vector2 array
-- @param #float float -- @param #float float
-- @param #unsigned int int -- @param #unsigned int int
-- @param #float float -- @param #float float

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -44,7 +44,7 @@
-------------------------------- --------------------------------
-- @function [parent=#Sprite] getOffsetPosition -- @function [parent=#Sprite] getOffsetPosition
-- @param self -- @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 -- @function [parent=#Sprite] removeAllChildrenWithCleanup
@ -184,7 +184,7 @@
-- @function [parent=#Sprite] draw -- @function [parent=#Sprite] draw
-- @param self -- @param self
-- @param #cc.Renderer renderer -- @param #cc.Renderer renderer
-- @param #kmMat4 kmmat4 -- @param #cc.math::Matrix matrix
-- @param #bool bool -- @param #bool bool
-------------------------------- --------------------------------
@ -217,7 +217,7 @@
-------------------------------- --------------------------------
-- @function [parent=#Sprite] setAnchorPoint -- @function [parent=#Sprite] setAnchorPoint
-- @param self -- @param self
-- @param #point_table point -- @param #cc.math::Vector2 array
-------------------------------- --------------------------------
-- @function [parent=#Sprite] setRotationSkewX -- @function [parent=#Sprite] setRotationSkewX

View File

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

View File

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

View File

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

View File

@ -6,7 +6,7 @@
-------------------------------- --------------------------------
-- @function [parent=#TMXObjectGroup] setPositionOffset -- @function [parent=#TMXObjectGroup] setPositionOffset
-- @param self -- @param self
-- @param #point_table point -- @param #cc.math::Vector2 array
-------------------------------- --------------------------------
-- @function [parent=#TMXObjectGroup] getProperty -- @function [parent=#TMXObjectGroup] getProperty
@ -17,7 +17,7 @@
-------------------------------- --------------------------------
-- @function [parent=#TMXObjectGroup] getPositionOffset -- @function [parent=#TMXObjectGroup] getPositionOffset
-- @param self -- @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 -- @function [parent=#TMXObjectGroup] getObject

View File

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

View File

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

View File

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

View File

@ -6,27 +6,27 @@
-------------------------------- --------------------------------
-- @function [parent=#Touch] getPreviousLocationInView -- @function [parent=#Touch] getPreviousLocationInView
-- @param self -- @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 -- @function [parent=#Touch] getLocation
-- @param self -- @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 -- @function [parent=#Touch] getDelta
-- @param self -- @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 -- @function [parent=#Touch] getStartLocationInView
-- @param self -- @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 -- @function [parent=#Touch] getStartLocation
-- @param self -- @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 -- @function [parent=#Touch] getID
@ -43,12 +43,12 @@
-------------------------------- --------------------------------
-- @function [parent=#Touch] getLocationInView -- @function [parent=#Touch] getLocationInView
-- @param self -- @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 -- @function [parent=#Touch] getPreviousLocation
-- @param self -- @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 -- @function [parent=#Touch] Touch

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -6,7 +6,7 @@
-------------------------------- --------------------------------
-- @function [parent=#Widget] setSizePercent -- @function [parent=#Widget] setSizePercent
-- @param self -- @param self
-- @param #point_table point -- @param #cc.math::Vector2 array
-------------------------------- --------------------------------
-- @function [parent=#Widget] getCustomSize -- @function [parent=#Widget] getCustomSize
@ -31,12 +31,12 @@
-------------------------------- --------------------------------
-- @function [parent=#Widget] getTouchEndPos -- @function [parent=#Widget] getTouchEndPos
-- @param self -- @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 -- @function [parent=#Widget] setPositionPercent
-- @param self -- @param self
-- @param #point_table point -- @param #cc.math::Vector2 array
-------------------------------- --------------------------------
-- @function [parent=#Widget] getLayoutSize -- @function [parent=#Widget] getLayoutSize
@ -113,7 +113,7 @@
-------------------------------- --------------------------------
-- @function [parent=#Widget] getWorldPosition -- @function [parent=#Widget] getWorldPosition
-- @param self -- @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 -- @function [parent=#Widget] didNotSelectSelf
@ -137,7 +137,7 @@
-------------------------------- --------------------------------
-- @function [parent=#Widget] getTouchMovePos -- @function [parent=#Widget] getTouchMovePos
-- @param self -- @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 -- @function [parent=#Widget] setEnabled
@ -167,12 +167,12 @@
-------------------------------- --------------------------------
-- @function [parent=#Widget] getSizePercent -- @function [parent=#Widget] getSizePercent
-- @param self -- @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 -- @function [parent=#Widget] getTouchStartPos
-- @param self -- @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 -- @function [parent=#Widget] setActionTag
@ -187,7 +187,7 @@
-------------------------------- --------------------------------
-- @function [parent=#Widget] clippingParentAreaContainPoint -- @function [parent=#Widget] clippingParentAreaContainPoint
-- @param self -- @param self
-- @param #point_table point -- @param #cc.math::Vector2 array
-- @return bool#bool ret (return value: bool) -- @return bool#bool ret (return value: bool)
-------------------------------- --------------------------------
@ -227,12 +227,12 @@
-------------------------------- --------------------------------
-- @function [parent=#Widget] getPositionPercent -- @function [parent=#Widget] getPositionPercent
-- @param self -- @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 -- @function [parent=#Widget] hitTest
-- @param self -- @param self
-- @param #point_table point -- @param #cc.math::Vector2 array
-- @return bool#bool ret (return value: bool) -- @return bool#bool ret (return value: bool)
-------------------------------- --------------------------------
@ -255,7 +255,7 @@
-- @param self -- @param self
-- @param #int int -- @param #int int
-- @param #ccui.Widget widget -- @param #ccui.Widget widget
-- @param #point_table point -- @param #cc.math::Vector2 array
-------------------------------- --------------------------------
-- @function [parent=#Widget] setSize -- @function [parent=#Widget] setSize
@ -295,7 +295,7 @@
-------------------------------- --------------------------------
-- @function [parent=#Widget] setPosition -- @function [parent=#Widget] setPosition
-- @param self -- @param self
-- @param #point_table point -- @param #cc.math::Vector2 array
-------------------------------- --------------------------------
-- @function [parent=#Widget] getDescription -- @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; argc = lua_gettop(tolua_S)-1;
if (argc == 2) if (argc == 2)
{ {
kmMat4 arg0; cocos2d::math::Matrix arg0;
bool arg1; 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); ok &= luaval_to_boolean(tolua_S, 3,&arg1);
if(!ok) if(!ok)

View File

@ -1 +1 @@
b038b989790dbaa2f6c46e1313006d6ee1bdffdc 192fc0bada75449cb24396c2962f356433ec8818

View File

@ -1 +1 @@
088e9951d4f001122370379060141d0e98b5a4d8 67bac7c57519c2484913d247df69198cd3bea717