OsGetGridName

From OpenSimulator

Revision as of 12:53, 11 June 2011 by Fritigern (Talk | contribs)

Jump to: navigation, search
OsGetGridName
Threat Level <Threat Level goes here>
Function Syntax
osGetGridName()
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