match_get_group_by_index_json | Precisamento

match_get_group_by_index_json

Gets a group captured by the match via its index, and returns it as a GROUP json object.

Syntax

1
match_get_group_by_index_json(match_id, index, json_options)
Argument Type Description
match_id real The id of the match to use.
index real The index of the group to get.
json_options real Additional json options (JO_*).

Returns: String (GROUP object)

References