cocos2d-x  3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Platform Adaptor

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  GLViewProtocol
 
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  LanguageType {
  ENGLISH = 0, CHINESE, FRENCH, ITALIAN,
  GERMAN, SPANISH, DUTCH, RUSSIAN,
  KOREAN, JAPANESE, HUNGARIAN, PORTUGUESE,
  ARABIC, NORWEGIAN, POLISH
}
 Enum the language type supported now. 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...
 

Detailed Description

Typedef Documentation

typedef unsigned char CC_XML_CHAR
var CC_XML_CHAR
local CC_XML_CHAR

Enumeration Type Documentation

enum LanguageType
strong

Enum the language type supported now.

Enumerator
ENGLISH 
CHINESE 
FRENCH 
ITALIAN 
GERMAN 
SPANISH 
DUTCH 
RUSSIAN 
KOREAN 
JAPANESE 
HUNGARIAN 
PORTUGUESE 
ARABIC 
NORWEGIAN 
POLISH 
var LanguageType
strong

Enum the language type supported now.

Enumerator
ENGLISH 
CHINESE 
FRENCH 
ITALIAN 
GERMAN 
SPANISH 
DUTCH 
RUSSIAN 
KOREAN 
JAPANESE 
HUNGARIAN 
PORTUGUESE 
ARABIC 
NORWEGIAN 
POLISH 
local LanguageType
strong

Enum the language type supported now.

Enumerator
ENGLISH 
CHINESE 
FRENCH 
ITALIAN 
GERMAN 
SPANISH 
DUTCH 
RUSSIAN 
KOREAN 
JAPANESE 
HUNGARIAN 
PORTUGUESE 
ARABIC 
NORWEGIAN 
POLISH 

Function Documentation

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.