OsGetGridName

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 14: Line 14:
  
 
[[Category:OSSL]]
 
[[Category:OSSL]]
 +
[[Category:OSSL functions without threat level]]

Revision as of 08:04, 8 June 2011

//
 // 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