Gets a group captured by the match via it’s name, and returns it as a GROUP json object.
Syntax
1
match_get_group_by_name_json(match_id, name, json_options)
Argument | Type | Description |
---|---|---|
match_id | real | The id of the match to use. |
name | string | The name of the group to get. |
json_options | real | Additional json options (JO_*). |
Returns: String (GROUP object)