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
I have a question about scripting. I can use local extradata = mp.get_property("sub-ass-extradata") to get the sub-ass-extradata, but when I manipulate it and then use mp.set_property("sub-ass-extradata", extradata) it doesn't seem to take as when I call the getproperty again it just returns the original data. Am I missing something?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have a question about scripting. I can use
local extradata = mp.get_property("sub-ass-extradata")
to get the sub-ass-extradata, but when I manipulate it and then usemp.set_property("sub-ass-extradata", extradata)
it doesn't seem to take as when I call the getproperty again it just returns the original data. Am I missing something?Beta Was this translation helpful? Give feedback.
All reactions