Classes | |
| class | FileUtilsAndroid |
| Helper class to handle file operations. More... | |
| class | FileUtilsApple |
| Helper class to handle file operations. More... | |
| class | ApplicationProtocol |
| class | EGLViewProtocol |
| class | FileUtils |
| Helper class to handle file operations. More... | |
| struct | MipmapInfo |
| Structure which can tell where mipmap begins and how long is it. More... | |
| class | Image |
| class | SAXDelegator |
| class | SAXParser |
| class | Thread |
| class | FileUtilsEmscripten |
| Helper class to handle file operations. More... | |
| class | FileUtilsLinux |
| Helper class to handle file operations. More... | |
| class | FileUtilsNaCl |
| Helper class to handle file operations. More... | |
| class | FileUtilsTizen |
| Helper class to handle file operations. More... | |
| class | FileUtilsWin32 |
| Helper class to handle file operations. More... | |
Typedefs | |
| typedef unsigned char | CC_XML_CHAR |
Enumerations | |
| enum | LanguageType { ENGLISH = 0, CHINESE, FRENCH, ITALIAN, GERMAN, SPANISH, RUSSIAN, KOREAN, JAPANESE, HUNGARIAN, PORTUGUESE, ARABIC, NORWEGIAN, POLISH } |
| 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... | |
| typedef unsigned char CC_XML_CHAR |
| var CC_XML_CHAR |
| local CC_XML_CHAR |
|
strong |
|
strong |
|
strong |
| void CC_DLL cocos2d::log | ( | const char * | pszFormat, |
| ... | |||
| ) |
Output Debug message.
| var log | ( | var | pszFormat, |
| ... | |||
| ) |
Output Debug message.
| local log | ( | local | pszFormat, |
| ... | |||
| ) |
Output Debug message.
| void CC_DLL cocos2d::LuaLog | ( | const char * | pszFormat) |
lua can not deal with ...
| var LuaLog | ( | var | pszFormat) |
lua can not deal with ...
| local LuaLog | ( | local | pszFormat) |
lua can not deal with ...
| void CC_DLL cocos2d::MessageBox | ( | const char * | pszMsg, |
| const char * | pszTitle | ||
| ) |
Pop out a message box.
| var MessageBox | ( | var | pszMsg, |
| var | pszTitle | ||
| ) |
Pop out a message box.
| local MessageBox | ( | local | pszMsg, |
| local | pszTitle | ||
| ) |
Pop out a message box.