OsGetGridGatekeeperURI
From OpenSimulator
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 Home Uri= "+osGetGridGatekeeperURI()); } } | |