PluginFeatureFilter
Description:
public delegate bool PluginFeatureFilter (
PluginFeature feature)
A function that can be used with e.g. feature_filter to get a
list of pluginfeature that match certain criteria.
Parameters:
| feature |
the pluginfeature to check |
| user_data |
the user_data that has been passed on e.g. feature_filter
|
Returns:
true for a positive match, false otherwise |