Exemple #1
0
 public static object do_file(this LuaState luaState, string path)
 {
     return(LuaDLL.luaL_dofile(luaState.L, path));
 }