Plugin.nameFilter

A standard filter that returns TRUE when the plugin is of the given name.

class Plugin
int
nameFilter
(
string name
)

Parameters

name string

the name of the plugin

Return Value

Type: int

TRUE if the plugin is of the given name.

Meta