Lets say I have a bunch of buttons each with a name that corrosponds to an enum. Liked = enum.Accepted Ok = enum.neutral Disliked = enum.negative +5 more I currently have a MF for each button, that creates a variable for the enum, then goes into a sub, and does the thing it needs to do. my quetsion, is there a way to just add the variable into the button, so i dont have to create all these MF's that pass on a variable?
↧