listplugsΒΆ

nil listplugs ( Node node , [ string type ] , [ string pattern ] )

Returns a list of plugs of a given class, matching a given name pattern. See plugs for more details on parameters.

Arguments:

  • node The node to iterate
  • type A class the plugs must belong to to be visited by the iterator
  • pattern A Lua's pattern used to check the name of the plug. See Lua's pattern documentation. }