getCats

fun getCats(ids: List<Int>): List<Cat>

Retrieves list of cats Documentation can be found in the GW2 Wiki

Return

List of cats

Parameters

ids

of cats

See also