fetchDinos

Retrieves all tamed dinos for the server. This can potentially return a very large array.

Signatures

beacon.fetchDinos();

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 server

const dinos = beacon.fetchDinos();

See Also