OsGetGridGatekeeperURI

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (XEngine to OSSL)
Line 7: Line 7:
 
//
 
//
 
// Example of osGetGridGatekeeperUri()
 
// Example of osGetGridGatekeeperUri()
// returns the value of Gatekeeper in [GridService] section
 
// for both standalone and grids.
 
 
//
 
//
 
default
 
default

Revision as of 06:20, 26 September 2020

string osGetGridGatekeeperURI()
Returns the current grid's Gatekeeper URI as a string.
Threat Level Moderate
Permissions ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
Extra Delay 0 seconds
Example(s)
//
// Example of osGetGridGatekeeperUri()
//
default
{
  state_entry()
  {
     llSay(0, "Grid Gatekeeper Uri= "+osGetGridGatekeeperURI());
   }
}
Notes
This function was added in 0.7.4-post-fixes
Personal tools
General
About This Wiki