Classes | |
| class | CCFileUtilsAndroid |
| Helper class to handle file operations. More... | |
| class | CCFileUtilsBlackberry |
| Helper class to handle file operations. More... | |
| class | CCApplicationProtocol |
| class | CCEGLViewProtocol |
| class | CCFileUtils |
| Helper class to handle file operations. More... | |
| class | CCImage |
| class | CCSAXDelegator |
| class | CCSAXParser |
| class | CCThread |
| class | CCFileUtilsEmscripten |
| Helper class to handle file operations. More... | |
| class | CCFileUtilsIOS |
| Helper class to handle file operations. More... | |
| class | CCFileUtilsLinux |
| Helper class to handle file operations. More... | |
| class | CCFileUtilsMac |
| Helper class to handle file operations. More... | |
| class | CCFileUtilsMarmalade |
| Helper class to handle file operations. More... | |
| class | CCFileUtilsNaCl |
| Helper class to handle file operations. More... | |
| struct | cc_timeval |
| class | CCTime |
| class | CCFileUtilsTizen |
| Helper class to handle file operations. More... | |
| class | CCFileUtilsWin32 |
| Helper class to handle file operations. More... | |
| class | CCFileUtilsWinRT |
| Helper class to handle file operations. More... | |
Typedefs | |
| typedef unsigned char | CC_XML_CHAR |
Enumerations | |
| enum | ccLanguageType { kLanguageEnglish = 0, kLanguageChinese, kLanguageFrench, kLanguageItalian, kLanguageGerman, kLanguageSpanish, kLanguageDutch, kLanguageRussian, kLanguageKorean, kLanguageJapanese, kLanguageHungarian, kLanguagePortuguese, kLanguageArabic } |
| Enum the language type supported now. More... | |
Functions | |
| void CC_DLL | (const char *pszFormat,...) |
| Output Debug message. More... | |
| void CC_DLL | (const char *pszFormat) |
| lua can not deal with ... More... | |
| void CC_DLL | (const char *pszMsg, const char *pszTitle) |
| Pop out a message box. More... | |
| var | ( var pszMsg, var pszTitle) |
| Pop out a message box. More... | |
| local | ( local pszMsg, local pszTitle) |
| Pop out a message box. More... | |
| typedef unsigned char CC_XML_CHAR |
| var CC_XML_CHAR |
| local CC_XML_CHAR |
| enum ccLanguageType |
| var ccLanguageType |
| local ccLanguageType |
| void CC_DLL cocos2d::CCLog | ( | const char * | pszFormat, |
| ... | |||
| ) |
Output Debug message.
| var CCLog | ( | var | pszFormat, |
| ... | |||
| ) |
Output Debug message.
| local CCLog | ( | local | pszFormat, |
| ... | |||
| ) |
Output Debug message.
| void CC_DLL cocos2d::CCLuaLog | ( | const char * | pszFormat) |
lua can not deal with ...
| var CCLuaLog | ( | var | pszFormat) |
lua can not deal with ...
| local CCLuaLog | ( | local | pszFormat) |
lua can not deal with ...
| void CC_DLL cocos2d::CCMessageBox | ( | const char * | pszMsg, |
| const char * | pszTitle | ||
| ) |
Pop out a message box.
| var CCMessageBox | ( | var | pszMsg, |
| var | pszTitle | ||
| ) |
Pop out a message box.
| local CCMessageBox | ( | local | pszMsg, |
| local | pszTitle | ||
| ) |
Pop out a message box.