Skip to main content

filter.duplicator()

filter.duplicator(action[, action, ...])

This function creates a native-action that replicates an event for multiple subsequent actions.

Parameters

ParameterTypeDescription
actionActionSpecifies the actions to which the replicated events will be delivered. Multiple actions can be specified.

Return Values

This function returns a native-action.

See Also