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 } |
#define LUA_BRIDGE_REGISTRY_FUNCTION "lua_bridge_function_id" |
var LUA_BRIDGE_REGISTRY_FUNCTION "lua_bridge_function_id" |
local 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" |
local LUA_BRIDGE_REGISTRY_RETAIN "lua_bridge_function_id_retain" |