GetWiperValue
SetWiperValue
GetControlTargetValue
SetControlTargetValue
GetControlMaximum
GetControlMinimum
I presume these are called using the standard set/get functions. For example:
Code: Select all
Call( "*:GetControlTargetValue", "Regulator", 0 )GetControlTargetValue and SetControlTargetValue are curious - I've not figured these out yet. For example Call( "*:GetControlTargetValue", "Regulator", 0 ) always returns 0 for the cab you're in and -1 for any other cab in the train.
If anyone else wants to poke around and add comments to this thread, I'm sure we'd all be interested to learn something new.