fetchTribeDinos

Retrieves all tamed dinos belonging to the tribe.

Signatures

beacon.fetchTribeDinos(tribeId);

Parameters

tribeId

The Sentinel UUID of the desired tribe.

Return Values

Type Notes
Array An array of Dino objects. It is possible for the array to be empty.

Examples

Fetch all dinos on the for a tribe

const dinos = beacon.fetchTribeDinos('b72a9dd3-1a64-52a2-8f9c-f90409c871f0');

See Also