OsGetGridName

From OpenSimulator

Revision as of 12:00, 30 July 2011 by Fritigern (Talk | contribs)

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