OsGetGridHomeURI

From OpenSimulator

Revision as of 06:23, 26 September 2020 by Ubit (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
string osGetGridHomeURI()
Returns the current grid's home URI as a string. if HG is not configured, returns empty string
Threat Level Moderate
Permissions ${OSSL|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
Extra Delay 0 seconds
Example(s)
//
// Example of osGetGridHomeUri()
//
default
{
  state_entry()
  {
     llSay(0, "Grid Home Uri= "+osGetGridHomeURI());
   }
}
Notes
This function was added in 0.7.3-post-fixes
Personal tools
General
About This Wiki