listplugs¶
-
guerilla.
listplugs
(node, type=None, pattern=None)¶ Returns a list of plugs of a given class, matching a given name pattern. See plugs for more details on parameters.
param node: The node to iterate type node: Node
param type: A class the plugs must belong to to be visited by the iterator type type: str param pattern: A Lua’s pattern used to check the name of the plug. See Lua’s pattern documentation. - }
type pattern: str