You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry if the question doesn't make any sense, I just don't know how to explain it in a sentence. Let's say I have a table table with the sub-tables ui and opt. I want to have getter/setter for members of opt e.g: table.opt.terminal = "value" and print(table.opt.terminal). I have defined the sol::state in a class and all the lua API definitions should reside in this class.
Thanks for this great library!
Sorry if the question doesn't make any sense, I just don't know how to explain it in a sentence. Let's say I have a table
table
with the sub-tablesui
andopt
. I want to have getter/setter for members of opt e.g:table.opt.terminal = "value"
andprint(table.opt.terminal)
. I have defined thesol::state
in a class and all the lua API definitions should reside in this class.How can I get the following behavior
The text was updated successfully, but these errors were encountered: