Description:

Finds a group given its name hash.

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

Nothing found