cocos2d-x  3.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
CCLuaBridge.h File Reference
#include <string>
#include <map>
#include "CCLuaEngine.h"
#include "lua.h"

Classes

class  LuaBridge
 

Namespaces

 cocos2d
 Add deprecated global functions and variables here.
 

Constant Groups

 cocos2d
 Add deprecated global functions and variables here.
 

Macros

#define LUA_BRIDGE_REGISTRY_FUNCTION   "lua_bridge_function_id"
#define LUA_BRIDGE_REGISTRY_RETAIN   "lua_bridge_function_id_retain"

Enumerations

enum  LuaBridgeError {
  kLuaBridgeErrorOk = 0, kLuaBridgeErrorInvalidParameters = -1, kLuaBridgeErrorClassNotFound = -2, kLuaBridgeErrorMethodNotFound = -3,
  kLuaBridgeErrorExceptionOccurred = -4, kLuaBridgeErrorMethodSignature = -5, kLuaBridgeErrorJavaVMError = -6
}
 

Macro Definition Documentation

#define
LUA_BRIDGE_REGISTRY_FUNCTION   "lua_bridge_function_id"
#define LUA_BRIDGE_REGISTRY_RETAIN   "lua_bridge_function_id_retain"
var LUA_BRIDGE_REGISTRY_RETAIN   "lua_bridge_function_id_retain"