View Source Code

Lobbies

List Regions

List available regions.

Request

  • tags
    optional combination of empty object and record of strings

Response

  • regions
    array of objects
    • regions.id
      string
    • regions.name
      string
    • regions.latitude
      number
    • regions.longitude
      number

Usage

1. Install the module

2. Use this script

const data = await ctx.modules.lobbies.list_regions({
  // Request body
});