Skip to content

Commit 5469257

Browse files
committed
Comment out linked functions
1 parent 99b568d commit 5469257

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

bindings/2.2081/Cocos2d.bro

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -404,8 +404,8 @@ class cocos2d::CCArray : cocos2d::CCObject {
404404
// static cocos2d::CCArray* createWithArray(cocos2d::CCArray*);
405405
// static cocos2d::CCArray* createWithCapacity(unsigned int);
406406

407-
static cocos2d::CCArray* createWithContentsOfFile(char const*);
408-
static cocos2d::CCArray* createWithContentsOfFileThreadSafe(char const*);
407+
// static cocos2d::CCArray* createWithContentsOfFile(char const*);
408+
// static cocos2d::CCArray* createWithContentsOfFileThreadSafe(char const*);
409409

410410
// bool initWithObjects(cocos2d::CCObject*, ...);
411411
// CCArray(cocos2d::CCArray const&);
@@ -414,36 +414,36 @@ class cocos2d::CCArray : cocos2d::CCObject {
414414
// void addObject(cocos2d::CCObject*) = ios 0x249394;
415415
void addObjectNew(cocos2d::CCObject*) = imac 0x7201e0, m1 0x633060, ios inline;
416416
// void addObjectsFromArray(cocos2d::CCArray*);
417-
unsigned int capacity() const;
417+
// unsigned int capacity() const;
418418
// bool containsObject(cocos2d::CCObject*) const;
419419
// unsigned int count() const;
420-
void exchangeObject(cocos2d::CCObject*, cocos2d::CCObject*);
421-
void exchangeObjectAtIndex(unsigned int, unsigned int);
420+
// void exchangeObject(cocos2d::CCObject*, cocos2d::CCObject*);
421+
// void exchangeObjectAtIndex(unsigned int, unsigned int);
422422
// void fastRemoveObject(cocos2d::CCObject*);
423423
// void fastRemoveObjectAtIndex(unsigned int) = imac 0x709f10, m1 0x629530;
424424
void fastRemoveObjectAtIndexChild(unsigned int) = imac 0x7202a0, m1 0x6330c0, ios inline;
425425
void fastRemoveObjectAtIndexNew(unsigned int) = imac 0x720290, m1 0x6330b8, ios inline;
426-
unsigned int indexOfObject(cocos2d::CCObject*) const;
426+
// unsigned int indexOfObject(cocos2d::CCObject*) const;
427427
// static cocos2d::CCArray* createWithObject(cocos2d::CCObject*) = ios 0x249270;
428428
// bool init() = imac 0x7094e0;
429-
bool initWithArray(cocos2d::CCArray*);
429+
// bool initWithArray(cocos2d::CCArray*);
430430
// bool initWithCapacity(unsigned int);
431-
bool initWithObject(cocos2d::CCObject*);
431+
// bool initWithObject(cocos2d::CCObject*);
432432
// void insertObject(cocos2d::CCObject*, unsigned int) = ios 0x2494f4;
433-
bool isEqualToArray(cocos2d::CCArray*);
433+
// bool isEqualToArray(cocos2d::CCArray*);
434434
// cocos2d::CCObject* lastObject();
435435
// cocos2d::CCObject* objectAtIndex(unsigned int) = m1 0x6293a0, imac 0x709d40;
436-
cocos2d::CCObject* randomObject();
436+
// cocos2d::CCObject* randomObject();
437437
void recreateNewIndexes() = imac 0x7201d0, m1 0x633058, ios inline;
438-
void reduceMemoryFootprint();
438+
// void reduceMemoryFootprint();
439439
// void removeAllObjects() = ios 0x249528;
440440
// void removeLastObject(bool);
441-
void removeObject(cocos2d::CCObject*, bool);
441+
// void removeObject(cocos2d::CCObject*, bool);
442442
// void removeObjectAtIndex(unsigned int, bool);
443443
void removeObjectAtIndexChild(unsigned int, bool) = imac 0x720240, m1 0x633094, ios 0x24a454;
444-
void removeObjectsInArray(cocos2d::CCArray*);
445-
void replaceObjectAtIndex(unsigned int, cocos2d::CCObject*, bool);
446-
void reverseObjects();
444+
// void removeObjectsInArray(cocos2d::CCArray*);
445+
// void replaceObjectAtIndex(unsigned int, cocos2d::CCObject*, bool);
446+
// void reverseObjects();
447447
cocos2d::CCString* stringAtIndex(unsigned int) = imac 0x7200a0, m1 0x632f24, ios 0x24a378;
448448

449449
// virtual cocos2d::CCObject* copyWithZone(cocos2d::CCZone*) = ios 0x249634, imac 0x71ff10, m1 0x632d6c;
@@ -1666,7 +1666,7 @@ class cocos2d::CCImage : cocos2d::CCObject {
16661666
bool initWithStringShadowStroke(char const*, int, int, cocos2d::CCImage::ETextAlign, char const*, int, float, float, float, bool, float, float, float, float, bool, float, float, float, float) = ios 0x2b458;
16671667
// bool hasAlpha();
16681668
// bool isPremultipliedAlpha();
1669-
bool saveToFile(char const*, bool);
1669+
// bool saveToFile(char const*, bool);
16701670
}
16711671

16721672
[[link(win, android)]]
@@ -2816,7 +2816,7 @@ class cocos2d::CCObject : cocos2d::CCCopying {
28162816
// cocos2d::CCObjectType getObjType() const;
28172817
// void setObjType(cocos2d::CCObjectType);
28182818
cocos2d::CCObject* autorelease() = imac 0x48aae0, m1 0x3f00f4, ios 0x849b0;
2819-
cocos2d::CCObject* copy();
2819+
// cocos2d::CCObject* copy();
28202820
bool isSingleReference() const = imac 0x48ab10, m1 0x3f0120, ios inline;
28212821
void release() = imac 0x48aab0, m1 0x3f00c0, ios 0x8497c;
28222822
void retain() = imac 0x48aad0, m1 0x3f00e4, ios 0x849a0;
@@ -4204,7 +4204,7 @@ class cocos2d::CCStopGrid : cocos2d::CCActionInstant {
42044204
[[link(win, android)]]
42054205
class cocos2d::CCString : cocos2d::CCObject {
42064206
[[since("5.0.0-beta.4")]]
4207-
CCString();
4207+
CCString() = mac inline, ios inline;
42084208

42094209
static cocos2d::CCString* createWithContentsOfFile(char const*) = imac 0x7ab6d0, m1 0x6b2100, ios 0x268fd4;
42104210
static cocos2d::CCString* createWithData(unsigned char const*, unsigned long) = imac 0x7ab400, m1 0x6b1ec0, ios 0x268e98;
@@ -5817,13 +5817,13 @@ class cocos2d::ZipUtils {
58175817
static gd::string base64URLEncode(gd::string const&) = imac 0x205de0, m1 0x1b2038, ios 0x23e2f0;
58185818
// static void ccDecodeEncodedPvr(unsigned int*, int);
58195819
static int ccDeflateMemory(unsigned char* data, unsigned int size, unsigned char** out) = imac 0x2051c0, m1 0x1b136c, ios 0x23d7a8;
5820-
static int ccInflateCCZFile(char const*, unsigned char**);
5821-
static int ccInflateGZipFile(char const*, unsigned char**);
5820+
// static int ccInflateCCZFile(char const*, unsigned char**);
5821+
// static int ccInflateGZipFile(char const*, unsigned char**);
58225822
// static int ccInflateMemory(unsigned char* data, unsigned int size, unsigned char** out) = imac 0x1f3660, m1 0x1a91b0;
58235823
// static int ccInflateMemoryWithHint(unsigned char*, unsigned int, unsigned char**, unsigned int*, unsigned int) = imac 0x1f45f0, m1 0x1aa1b8;
58245824
// static int ccInflateMemoryWithHint(unsigned char*, unsigned int, unsigned char**, unsigned int) = imac 0x1f4720, m1 0x1aa2e0;
5825-
static void ccSetPvrEncryptionKey(unsigned int, unsigned int, unsigned int, unsigned int);
5826-
static void ccSetPvrEncryptionKeyPart(int, unsigned int);
5825+
// static void ccSetPvrEncryptionKey(unsigned int, unsigned int, unsigned int, unsigned int);
5826+
// static void ccSetPvrEncryptionKeyPart(int, unsigned int);
58275827
static gd::string compressString(gd::string const& data, bool encrypt, int encryptionKey) = imac 0x204f50, m1 0x1b10ac, ios 0x23d554;
58285828
static gd::string decompressString(gd::string const& data, bool encrypt, int encryptionKey) = imac 0x205600, m1 0x1b17c0, ios 0x23db3c;
58295829
static gd::string decompressString2(unsigned char* data, bool encrypt, int size, int encryptionKey) = imac 0x2052e0, m1 0x1b14a0, ios 0x23d8b4;

0 commit comments

Comments
 (0)