Exemplo n.º 1
0
 // Misc Functions
 public static int lua_error(LuaState state)
 {
     return(LuaNativeBinding.lua_error(state));
 }