Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I get all variable objects from the lua file in c# ? #493

Open
sillsun opened this issue Jun 12, 2023 · 0 comments
Open

How can I get all variable objects from the lua file in c# ? #493

sillsun opened this issue Jun 12, 2023 · 0 comments

Comments

@sillsun
Copy link

sillsun commented Jun 12, 2023

if I have a lua file which has numbles of variables ( string / number / table / function etc.. )
How can I get all luatables (string / numbers /etc .. )from the lua file without using the fullpath of the variables ?
Becasuse I do not have the path of the variables , so I can't use the method Lua.GetTable( fullpath ) to get them.
Is there any way that I can get all fullpath of the variables or all luabase type objects?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant