Scriptlet events

<< Click to Display Table of Contents >>

Navigation:  Callbacks >

Scriptlet events

Usage (requires parameter variable declaration in scriptlet):

On ParameterValueChanged matching SomeParameterVariable

   // 

End

 

On ParameterValueChanged(p : ParameterType, index : integer) matching SomeParameterVariableList

   // The ParameterType needs to be continuous, subrange or discrete and must match the types of the parameter variable list. 

   // The index variable indicates which parameter in the match list triggered the callback, 0 based

End