match_get_group_by_index | Precisamento

match_get_group_by_index

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

Syntax

1
match_get_group_by_index(match_id, index)
Argument Type Description
match_id real The id of the match to use.
index real The index of the group to get.

Returns: Group id.

References