|
![]() |
![]() |
version 2003
PA_GetTimeParameter (params; index) → long
Parameter | Type | Description | |
params | PA_PluginParameters | → | Parameters received in PluginMain |
index | short | → | Index of the parameter in params |
Function result | long | ← | Value (of type long) of the index parameter |
Description
The routine
PA_GetTimeParameter
returns the value of the
index
parameter in
params.
As in 4D, the time type is basically the same as long; this routine returns a long, as
PA_GetLongParameter
does.
See
Create a new plugin
for a description of parameter accessors.
NOTE
: