diff --git a/lib/Api.html b/lib/Api.html index 569849a..d5acb2a 100644 --- a/lib/Api.html +++ b/lib/Api.html @@ -206,14 +206,14 @@
-static get_meteoroid() Tuple[Dict, int]
+static get_meteoroid() Tuple[List[Dict], int]

Makes the /api/getMeteoroid call to the api.

Returns
-

A dictionary with all scores included like: {“self”:2,”opponent”:0}

+

A list will all meteoroids currently on the game field. Meteoroids are dictionaries that look like: {“x”: 0, “y”: 0}

Return type
-

Tuple[Dict, int]

+

Tuple[List[Dict], int]