Exemple #1
0
 public static int CallMeta(LuaStatePtr l, int obj, string e)
 {
     return(LuaLDelegates.luaL_callmeta(l, obj, e));
 }