MCPcopy Create free account
hub / github.com/Tencent/xLua / xlua_push_csharp_wrapper

Function xlua_push_csharp_wrapper

WebGLPlugins/xlua.c:798–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

796}
797
798LUA_API void xlua_push_csharp_wrapper(lua_State* L, int wrapperid)
799{
800 lua_pushinteger(L, wrapperid);
801 lua_pushboolean(L, 0);
802 lua_pushcclosure(L, csharp_function_wrapper_wrapper, 2);
803}
804
805LUALIB_API int xlua_upvalueindex(int n) {
806 return lua_upvalueindex(2 + n);

Callers

nothing calls this directly

Calls 3

lua_pushintegerFunction · 0.85
lua_pushbooleanFunction · 0.85
lua_pushcclosureFunction · 0.85

Tested by

no test coverage detected