Iris.TableState, Iris.VariableState
Closed this issue · 1 comments
SirMallard commented
Unlike Dear ImGui where the programmer has direct control over the memory of variables, we do not have that control in Roblox Luau so the State object was invented. However, the State cannot be easily 'synced' with either variables or variables in tables. These new instances should be able to create a state in harmony with a table and variable.
SirMallard commented
Added in 5da4d9c. Should work for now.