Hi everyone, I try to add a table inside a property
go.property("data", {})
function init(self)
self.data =
{
start_position = go.get_position(),
drop_positions_list = {},
my_property = ""
}
end
when I try to access to the table property, the error says " does not have any property called ‘data’ "
temp = go.get("/item_dragable#draggable", "data")