Skip to content

Commit f6cafb0

Browse files
committed
A few DS_Dictionary bindings
1 parent 2d25a30 commit f6cafb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bindings/2.2081/Cocos2d.bro

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5876,12 +5876,12 @@ class DS_Dictionary {
58765876
gd::vector<cocos2d::CCRect> getRectArrayForKey(char const*);
58775877
cocos2d::CCRect getRectForKey(char const*);
58785878
gd::vector<gd::string> getStringArrayForKey(char const*);
5879-
gd::string getStringForKey(char const*) = m1 0x14341c;
5879+
gd::string getStringForKey(char const*) = m1 0x14341c, imac 0x17dc90, ios 0x161ae8;
58805880
gd::vector<cocos2d::CCPoint> getVec2ArrayForKey(char const*);
58815881
cocos2d::CCPoint getVec2ForKey(char const*);
58825882
bool loadRootSubDictFromCompressedFile(char const*);
58835883
bool loadRootSubDictFromFile(char const*);
5884-
bool loadRootSubDictFromString(gd::string const&) = m1 0x141010, ios 0x161058;
5884+
bool loadRootSubDictFromString(gd::string const&) = m1 0x141010, imac 0x17b200 ios 0x161058;
58855885
bool rectFromString(gd::string const&, cocos2d::CCRect&);
58865886
void removeAllKeys();
58875887
void removeKey(char const*);
@@ -5916,7 +5916,7 @@ class DS_Dictionary {
59165916
void split(gd::string const&, char const*, gd::vector<gd::string>&);
59175917
bool splitWithForm(gd::string const&, gd::vector<gd::string>&);
59185918
void stepBackToRootSubDict();
5919-
bool stepIntoSubDictWithKey(char const*) = imac 0x17ce10, ios 0x161520;
5919+
bool stepIntoSubDictWithKey(char const*) = m1 0x14274c, imac 0x17ce10, ios 0x161520;
59205920
void stepOutOfSubDict() = imac 0x17d020, m1 0x1428f4, ios inline;
59215921
bool vec2FromString(gd::string const&, cocos2d::CCPoint&);
59225922
}

0 commit comments

Comments
 (0)