GridService

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
(Created page with "= Methods = Methods available on the grid service are * register - registers a region with the grid. * deregister - deregisters a region from the grid. * get_neighbours - get...")
 
(Add intro section)
Line 1: Line 1:
 +
= Introduction =
 +
 +
The grid service manages information about regions on the grid.
 +
 
= Methods =
 
= Methods =
 
Methods available on the grid service are
 
Methods available on the grid service are

Revision as of 16:13, 29 July 2014

Introduction

The grid service manages information about regions on the grid.

Methods

Methods available on the grid service are

  • register - registers a region with the grid.
  • deregister - deregisters a region from the grid.
  • get_neighbours - gets the region neighbours of a given location.
  • get_region_by_uuid - returns region details given a region UUID.
  • get_region_by_position - returns region details given a position.
  • get_region_by_name - returns region details given a name. This will only return the first name if there are multiple regions with the same name.
  • get_regions_by_name - returns details of all regions that match a given name
  • get_region_range - returns details of all regions in a given area
  • get_default_regions - returns default regions for a grid. These are regions that are tried in order if the requested login region does not exist.
  • get_default_hypergrid_regions - returns default Hypergrid regions for a grid. These are regions that are tried in order if Hypergrid destination request by an inbound foreign user does not exist.
  • get_fallback_regions - returns fallback regions for a grid. These are regions that are tried in order if no default regions are online.
  • get_hyperlinks - get linked Hypergrid regions.
  • get_region_flags - get flags for a region.
Personal tools
General
About This Wiki