Parameter |
This is an abstract base class for all script action parameters.
|
ParameterBoolean |
A boolean parameter used in either the recording or execution of a script action.
|
ParameterDouble |
A double parameter used in either the recording or execution of a script action.
|
ParameterExternalImage |
A image placeholder variable parameter used in either the recording or execution of a script action.
|
ParameterFactory |
Factory methods for the creation of various types of Parameters.
|
ParameterFile |
A file parameter used in either the recording or execution of a script action.
|
ParameterFloat |
A floating point parameter used in either the recording or execution of a script action.
|
ParameterImage |
A image placeholder variable parameter used in either the recording or execution of a script action.
|
ParameterInt |
A integer parameter used in either the recording or execution of a script action.
|
ParameterList |
This is a special kind of script parameter, which contains other parameters.
|
ParameterLong |
A long parameter used in either the recording or execution of a script action.
|
ParameterShort |
A singed short parameter used in either the recording or execution of a script action.
|
ParameterString |
A string parameter used in either the recording or execution of a script action.
|
ParameterTable |
A lookup table containing Parameters keyed by a label/name.
|
ParameterUShort |
A unsigned short parameter used in either the recording or execution of a script action.
|