BizHawk/ExternalProjects/NLua
Morilli f6c027f10e NLua: remove this[string field] overloads on LuaTable and LuaUserData
- closes #4387

Those overloads try to imitate lua's "a.b" parsing by navigating tables recursively, e.g. `table["a.b"]` == `table.a.b`. This is not what's intended by 100% of the use cases of these overloads, so I've removed them.
2025-07-07 18:26:54 +02:00
..
src NLua: remove this[string field] overloads on LuaTable and LuaUserData 2025-07-07 18:26:54 +02:00
.gitignore Move some .gitignore entries to nested dirs 2023-04-19 15:59:34 +10:00
LICENSE check-in NLua to main repo 2022-12-17 21:51:10 -08:00
NLua.csproj Enable SA1413 except in Cores and satellite .NET projects 2025-03-29 07:18:53 +10:00
build_debug.sh Fix symlinks cp'd as regular files 2022-12-24 12:35:40 +10:00
build_release.sh Fix symlinks cp'd as regular files 2022-12-24 12:35:40 +10:00