|
SageTV Studio Discussion related to the SageTV Studio application produced by SageTV. Questions, issues, problems, suggestions, etc. relating to the Studio software application should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
Passing variables to a method
I understand the way to call method is by using the following syntax
PackageName_ClassName_MethodName(GlobalMyPluginInstance) but I don't understand how to call method a method that takes a parameter. I tried just placing it as a param before and after the object instance variable, but doesn't seem to work. I'm sure it's in the docs and just missing it. I was hoping for the short answer. Ivan |
#2
|
||||
|
||||
package_class_Method(instance, arg1, arg2, ...)
Short enough for you?
__________________
-- Greg |
#3
|
|||
|
|||
Ugh...I must have had some other issues at the time that was preventing this from working. Thanks
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|