OsGetGridGatekeeperURI

From OpenSimulator

Revision as of 19:52, 25 October 2017 by Kcozens (Talk | contribs)

Jump to: navigation, search
string osGetGridGatekeeperURI()
Returns the current grid's Gatekeeper URI as a string.
Threat Level Moderate
Permissions ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
Extra Delay 0 seconds
Example(s)
//
// Example of osGetGridGatekeeperUri()
// returns the value of Gatekeeper in [GridService] section
// for both standalone and grids. 
//
default
{
  state_entry()
  {
     llSay(0, "Grid Gatekeeper Uri= "+osGetGridGatekeeperURI());
   }
}
Personal tools
General
About This Wiki