OsGetGridHomeURI

From OpenSimulator

Revision as of 04:59, 24 February 2012 by BlueWall (Talk | contribs)

Jump to: navigation, search
string osGetGridHomeURI()
Returns the current grid's home URI as a string.
Threat Level Moderate
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
//
// Example of osGetGridHomeUri()
// returns the value of SRV_HomeURI in Robust.ini / OpenSim.ini under [GridInfo] section
//
default
{
  state_entry()
  {
     llSay(0, "Grid Login Uri= "+osGetGridHomeURI());
   }
}
Personal tools
General
About This Wiki