示例#1
0
 public static int FileResult(LuaStatePtr l, int stat, string fname)
 {
     return(LuaLDelegates.luaL_fileresult(l, stat, fname));
 }