We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03b02b commit 9abee01Copy full SHA for 9abee01
bindings/2.2081/Cocos2d.bro
@@ -5872,7 +5872,7 @@ class DS_Dictionary {
5872
int getIntegerForKey(char const*) = imac 0x17d910, m1 0x1430f8, ios 0x1617e4;
5873
gd::string getKey(unsigned int) = imac 0x17d250, m1 0x142aa8;
5874
unsigned int getNumKeys();
5875
- cocos2d::CCObject* getObjectForKey(char const*) = m1 0x145f64, ios 0x162828;
+ cocos2d::CCObject* getObjectForKey(char const*) = m1 0x145f64, ios 0x162828, imac 0x180c10;
5876
gd::vector<cocos2d::CCRect> getRectArrayForKey(char const*);
5877
cocos2d::CCRect getRectForKey(char const*);
5878
gd::vector<gd::string> getStringArrayForKey(char const*);
0 commit comments