OsGetGridName
From OpenSimulator
(Difference between revisions)
Line 15: | Line 15: | ||
[[Category:OSSL]] | [[Category:OSSL]] | ||
[[Category:OSSL functions without threat level]] | [[Category:OSSL functions without threat level]] | ||
+ | [[Category:OSSL functions without function syntax]] |
Revision as of 07:41, 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()); } }