Classes | |
| class | FileUtilsAndroid |
| Helper class to handle file operations. More... | |
| class | FileUtilsApple |
| Helper class to handle file operations. More... | |
| class | ApplicationProtocol |
| class | FileUtils |
| Helper class to handle file operations. More... | |
| class | GLView |
| struct | MipmapInfo |
| Structure which can tell where mipmap begins and how long is it. More... | |
| class | Image |
| class | SAXDelegator |
| class | SAXParser |
| class | ThreadHelper |
| class | FileUtilsLinux |
| Helper class to handle file operations. More... | |
| class | FileUtilsWin32 |
| 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 | Platform { OS_WINDOWS, OS_LINUX, OS_MAC, OS_ANDROID, OS_IPHONE, OS_IPAD, OS_BLACKBERRY, OS_NACL, OS_EMSCRIPTEN, OS_TIZEN, OS_WINRT, OS_WP8 } |
| enum | LanguageType { ENGLISH = 0, CHINESE, FRENCH, ITALIAN, GERMAN, SPANISH, DUTCH, RUSSIAN, KOREAN, JAPANESE, HUNGARIAN, PORTUGUESE, ARABIC, NORWEGIAN, POLISH, TURKISH, UKRAINIAN } |
| Enum the language type supported now. More... | |
| enum | Format { JPG, PNG, TIFF, WEBP, PVR, ETC, S3TC, ATITC, TGA, RAW_DATA, UNKOWN } |
| Supported formats for Image. More... | |
Functions | |
| void CC_DLL | (const char *format) |
| lua can not deal with ... More... | |
| void CC_DLL | (const char *msg, const char *title) |
| Pop out a message box. More... | |
| var | ( var msg, var title) |
| Pop out a message box. More... | |
| local | ( local msg, local title) |
| Pop out a message box. More... | |
| typedef unsigned char CC_XML_CHAR |
| var CC_XML_CHAR |
| local CC_XML_CHAR |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
|
strong |
| void CC_DLL cocos2d::LuaLog | ( | const char * | format | ) |
lua can not deal with ...
| var LuaLog | ( | var | format | ) |
lua can not deal with ...
| local LuaLog | ( | local | format | ) |
lua can not deal with ...
| void CC_DLL cocos2d::MessageBox | ( | const char * | msg, |
| const char * | title | ||
| ) |
Pop out a message box.
| var MessageBox | ( | var | msg, |
| var | title | ||
| ) |
Pop out a message box.
| local MessageBox | ( | local | msg, |
| local | title | ||
| ) |
Pop out a message box.