PA_SetTimeParameter


version 2003


PA_SetTimeParameter (params; index; value)

Parameter Type Description
params PA_PluginParameters Parameters received in PluginMain
index short Index of the parameter in params
value long New time value of the parameter

Description

The routine PA_SetTimeParameter sets the value of the index parameter in params to value .

See Create a new plugin for a description of parameter accessors.

NOTE

:

The first parameter starts at index 1

Remember that time values in 4D are displayed in seconds.

See Also

Create a new plugin .

Error Handling

None.