Description:

Finds a group given its name. Returns the instance, rather than the index.

Syntax:
public Group FindName(
string name
)
Parameters:
  • name
  • Type: string
  • The name of the group to be searched.
Returns:
Type: Group
An group, or None on error.
Available since:
6.0

Nothing found