OsGetGridGatekeeperURI

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Added note stating which version of OpenSim introduced this function)
(One intermediate revision by one user not shown)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
 
|threat_level=Moderate
 
|threat_level=Moderate
 +
|permissions=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
 +
|delay=0
 
|function_syntax=string osGetGridGatekeeperURI()
 
|function_syntax=string osGetGridGatekeeperURI()
 
|ossl_example=<source lang="lsl">
 
|ossl_example=<source lang="lsl">
Line 17: Line 19:
 
</source>
 
</source>
 
|description=Returns the current grid's Gatekeeper URI as a string.
 
|description=Returns the current grid's Gatekeeper URI as a string.
|
+
|additional_info=This function was added in 0.7.4-post-fixes
 
}}
 
}}

Revision as of 09:39, 15 October 2018

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());
   }
}
Notes
This function was added in 0.7.4-post-fixes
Personal tools
General
About This Wiki