I've started working on my first mp plugin. while i've had quite a bit of experience programming in other languages this is the first i've really sunk my teeth into c#.
now my question is - is it possible to replace a function defined by mp with a custom one from a plugin? i'd like my plugin to change the mediaportal.GUI.Video.GUIVideoFiles.OnClick function operates. What i'm really hoping for is that i can override this function with one that's included in my plugin.
Is this sort of thing even possible? How would i go about doing it?
now my question is - is it possible to replace a function defined by mp with a custom one from a plugin? i'd like my plugin to change the mediaportal.GUI.Video.GUIVideoFiles.OnClick function operates. What i'm really hoping for is that i can override this function with one that's included in my plugin.
Is this sort of thing even possible? How would i go about doing it?