OsGetGridGatekeeperURI

From OpenSimulator

Revision as of 21:02, 10 March 2012 by Diva (Talk | contribs)

Jump to: navigation, search
string osGetGridGatekeeperURI()
Returns the current grid's Gatekeeper URI as a string.
Threat Level Moderate
Permissions No permissions specified
Extra Delay No function delay specified
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