match_get_group_by_name | Precisamento

match_get_group_by_name

Gets a group captured by the match via its name, and returns its id.

Syntax

1
match_get_group_by_name(match_id, groupName)
Argument Type Description
match_id real The id of the match to use.
groupName string The name of the group to get.

Returns: Group id.

References