Description Usage Arguments Details Examples
This function gives you list of the match settings and match details.
1 | aoe2_match(match_id, id_to_text = TRUE)
|
match_id |
Either match_id or uuid of the match. match_id is the same as the Lobby code. Function takes either value and changes the api call accordingly. |
id_to_text |
Translates columns with number code to humanreadable text. Like civ ids to civ names. |
More Information about aoe2.net api at https://aoe2.net/#api
1 2 3 4 | #Hera vs Liereyy Champions League
aoe2_match(match_id=47634872)
#Hera vs Liereyy Champions League
aoe2_match(match_id="39b80e7a-e4df-974e-90f0-cf4fe2be6561")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.