Skip to content

Commit a742fab

Browse files
committed
Merge pull request #1406 from CocosRobot/update_js_bindings_1422288774
[AUTO] : updating jsbinding automatically
2 parents 9d831ea + 43449a6 commit a742fab

File tree

4 files changed

+66
-66
lines changed

4 files changed

+66
-66
lines changed

frameworks/js-bindings/bindings/auto/api/jsb_cocos2dx_auto_api.js

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1399,7 +1399,7 @@ getAnchorPoint : function (
13991399

14001400
/**
14011401
* @method getNumberOfRunningActions
1402-
* @return {int}
1402+
* @return {long}
14031403
*/
14041404
getNumberOfRunningActions : function (
14051405
)
@@ -1427,7 +1427,7 @@ isVisible : function (
14271427

14281428
/**
14291429
* @method getChildrenCount
1430-
* @return {int}
1430+
* @return {long}
14311431
*/
14321432
getChildrenCount : function (
14331433
)
@@ -6746,7 +6746,7 @@ node
67466746
/**
67476747
* @method getNumberOfRunningActionsInTarget
67486748
* @param {cc.Node} arg0
6749-
* @return {int}
6749+
* @return {long}
67506750
*/
67516751
getNumberOfRunningActionsInTarget : function (
67526752
node
@@ -10227,7 +10227,7 @@ mat4
1022710227

1022810228
/**
1022910229
* @method getUniformCount
10230-
* @return {int}
10230+
* @return {long}
1023110231
*/
1023210232
getUniformCount : function (
1023310233
)
@@ -10281,7 +10281,7 @@ int
1028110281

1028210282
/**
1028310283
* @method getVertexAttribCount
10284-
* @return {int}
10284+
* @return {long}
1028510285
*/
1028610286
getVertexAttribCount : function (
1028710287
)
@@ -10494,7 +10494,7 @@ getBlendFunc : function (
1049410494

1049510495
/**
1049610496
* @method getQuadsToDraw
10497-
* @return {int}
10497+
* @return {long}
1049810498
*/
1049910499
getQuadsToDraw : function (
1050010500
)
@@ -10532,10 +10532,10 @@ int
1053210532

1053310533
/**
1053410534
* @method setQuadsToDraw
10535-
* @param {int} arg0
10535+
* @param {long} arg0
1053610536
*/
1053710537
setQuadsToDraw : function (
10538-
int
10538+
long
1053910539
)
1054010540
{
1054110541
},
@@ -11392,11 +11392,11 @@ texture2d
1139211392

1139311393
/**
1139411394
* @method removeChildAtIndex
11395-
* @param {int} arg0
11395+
* @param {long} arg0
1139611396
* @param {bool} arg1
1139711397
*/
1139811398
removeChildAtIndex : function (
11399-
int,
11399+
long,
1140011400
bool
1140111401
)
1140211402
{
@@ -11432,7 +11432,7 @@ int
1143211432
* @method atlasIndexForChild
1143311433
* @param {cc.Sprite} arg0
1143411434
* @param {int} arg1
11435-
* @return {int}
11435+
* @return {long}
1143611436
*/
1143711437
atlasIndexForChild : function (
1143811438
sprite,
@@ -11463,7 +11463,7 @@ init : function (
1146311463
/**
1146411464
* @method lowestAtlasIndexInChild
1146511465
* @param {cc.Sprite} arg0
11466-
* @return {int}
11466+
* @return {long}
1146711467
*/
1146811468
lowestAtlasIndexInChild : function (
1146911469
sprite
@@ -11485,12 +11485,12 @@ getBlendFunc : function (
1148511485
/**
1148611486
* @method initWithTexture
1148711487
* @param {cc.Texture2D} arg0
11488-
* @param {int} arg1
11488+
* @param {long} arg1
1148911489
* @return {bool}
1149011490
*/
1149111491
initWithTexture : function (
1149211492
texture2d,
11493-
int
11493+
long
1149411494
)
1149511495
{
1149611496
return false;
@@ -11509,24 +11509,24 @@ textureatlas
1150911509
/**
1151011510
* @method insertQuadFromSprite
1151111511
* @param {cc.Sprite} arg0
11512-
* @param {int} arg1
11512+
* @param {long} arg1
1151311513
*/
1151411514
insertQuadFromSprite : function (
1151511515
sprite,
11516-
int
11516+
long
1151711517
)
1151811518
{
1151911519
},
1152011520

1152111521
/**
1152211522
* @method initWithFile
1152311523
* @param {String} arg0
11524-
* @param {int} arg1
11524+
* @param {long} arg1
1152511525
* @return {bool}
1152611526
*/
1152711527
initWithFile : function (
1152811528
str,
11529-
int
11529+
long
1153011530
)
1153111531
{
1153211532
return false;
@@ -11545,12 +11545,12 @@ blendfunc
1154511545
/**
1154611546
* @method rebuildIndexInOrder
1154711547
* @param {cc.Sprite} arg0
11548-
* @param {int} arg1
11549-
* @return {int}
11548+
* @param {long} arg1
11549+
* @return {long}
1155011550
*/
1155111551
rebuildIndexInOrder : function (
1155211552
sprite,
11553-
int
11553+
long
1155411554
)
1155511555
{
1155611556
return 0;
@@ -11569,7 +11569,7 @@ getTextureAtlas : function (
1156911569
/**
1157011570
* @method highestAtlasIndexInChild
1157111571
* @param {cc.Sprite} arg0
11572-
* @return {int}
11572+
* @return {long}
1157311573
*/
1157411574
highestAtlasIndexInChild : function (
1157511575
sprite
@@ -11581,12 +11581,12 @@ sprite
1158111581
/**
1158211582
* @method create
1158311583
* @param {String} arg0
11584-
* @param {int} arg1
11584+
* @param {long} arg1
1158511585
* @return {cc.SpriteBatchNode}
1158611586
*/
1158711587
create : function (
1158811588
str,
11589-
int
11589+
long
1159011590
)
1159111591
{
1159211592
return cc.SpriteBatchNode;
@@ -11595,12 +11595,12 @@ int
1159511595
/**
1159611596
* @method createWithTexture
1159711597
* @param {cc.Texture2D} arg0
11598-
* @param {int} arg1
11598+
* @param {long} arg1
1159911599
* @return {cc.SpriteBatchNode}
1160011600
*/
1160111601
createWithTexture : function (
1160211602
texture2d,
11603-
int
11603+
long
1160411604
)
1160511605
{
1160611606
return cc.SpriteBatchNode;
@@ -15353,7 +15353,7 @@ spriteframe
1535315353

1535415354
/**
1535515355
* @method getAtlasIndex
15356-
* @return {int}
15356+
* @return {long}
1535715357
*/
1535815358
getAtlasIndex : function (
1535915359
)
@@ -15384,11 +15384,11 @@ getBlendFunc : function (
1538415384
/**
1538515385
* @method setDisplayFrameWithAnimationName
1538615386
* @param {String} arg0
15387-
* @param {int} arg1
15387+
* @param {long} arg1
1538815388
*/
1538915389
setDisplayFrameWithAnimationName : function (
1539015390
str,
15391-
int
15391+
long
1539215392
)
1539315393
{
1539415394
},
@@ -15425,10 +15425,10 @@ isDirty : function (
1542515425

1542615426
/**
1542715427
* @method setAtlasIndex
15428-
* @param {int} arg0
15428+
* @param {long} arg0
1542915429
*/
1543015430
setAtlasIndex : function (
15431-
int
15431+
long
1543215432
)
1543315433
{
1543415434
},

frameworks/js-bindings/bindings/auto/api/jsb_cocos2dx_extension_auto_api.js

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2282,7 +2282,7 @@ reset : function (
22822282

22832283
/**
22842284
* @method getIdx
2285-
* @return {int}
2285+
* @return {long}
22862286
*/
22872287
getIdx : function (
22882288
)
@@ -2292,10 +2292,10 @@ getIdx : function (
22922292

22932293
/**
22942294
* @method setIdx
2295-
* @param {int} arg0
2295+
* @param {long} arg0
22962296
*/
22972297
setIdx : function (
2298-
int
2298+
long
22992299
)
23002300
{
23012301
},
@@ -2328,10 +2328,10 @@ cc.TableView = {
23282328

23292329
/**
23302330
* @method updateCellAtIndex
2331-
* @param {int} arg0
2331+
* @param {long} arg0
23322332
*/
23332333
updateCellAtIndex : function (
2334-
int
2334+
long
23352335
)
23362336
{
23372337
},
@@ -2376,10 +2376,10 @@ getVerticalFillOrder : function (
23762376

23772377
/**
23782378
* @method removeCellAtIndex
2379-
* @param {int} arg0
2379+
* @param {long} arg0
23802380
*/
23812381
removeCellAtIndex : function (
2382-
int
2382+
long
23832383
)
23842384
{
23852385
},
@@ -2418,21 +2418,21 @@ reloadData : function (
24182418

24192419
/**
24202420
* @method insertCellAtIndex
2421-
* @param {int} arg0
2421+
* @param {long} arg0
24222422
*/
24232423
insertCellAtIndex : function (
2424-
int
2424+
long
24252425
)
24262426
{
24272427
},
24282428

24292429
/**
24302430
* @method cellAtIndex
2431-
* @param {int} arg0
2431+
* @param {long} arg0
24322432
* @return {cc.TableViewCell}
24332433
*/
24342434
cellAtIndex : function (
2435-
int
2435+
long
24362436
)
24372437
{
24382438
return cc.TableViewCell;

frameworks/js-bindings/bindings/auto/api/jsb_cocos2dx_studio_auto_api.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ str
405405

406406
/**
407407
* @method getMovementCount
408-
* @return {int}
408+
* @return {long}
409409
*/
410410
getMovementCount : function (
411411
)
@@ -1730,7 +1730,7 @@ bool
17301730

17311731
/**
17321732
* @method getMovementCount
1733-
* @return {int}
1733+
* @return {long}
17341734
*/
17351735
getMovementCount : function (
17361736
)

0 commit comments

Comments
 (0)