change variable value via hook code?
Posted: Thu Jul 16, 2015 8:45 pm
Is there a way to update value of a variable via HookAddCode? For example
- I have hook Plugins.HookAddCode(null, "FormPayment.Load_update", CurPat, text);
- I change "text" value inside hook code
Is there anyway I can retrieve new value of "text" variable? Or may be get the hook return values other than Boolean?
Thanks
- I have hook Plugins.HookAddCode(null, "FormPayment.Load_update", CurPat, text);
- I change "text" value inside hook code
Is there anyway I can retrieve new value of "text" variable? Or may be get the hook return values other than Boolean?
Thanks