Exemple #1
0
 public static int lua_getctx(LuaState state, out int ctx)
 {
     return(LuaNativeBinding.lua_getctx(state, out ctx));
 }