OsGetGridName

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 6: Line 6:
 
|- valign="top"
 
|- valign="top"
 
|'''Function Syntax''' || <source lang="lsl">
 
|'''Function Syntax''' || <source lang="lsl">
 
+
osGetGridName()
 
</source>
 
</source>
 
|- valign="top"
 
|- valign="top"
Line 26: Line 26:
 
[[Category:OSSL Functions]]
 
[[Category:OSSL Functions]]
 
[[Category:OSSL functions without threat level]]
 
[[Category:OSSL functions without threat level]]
[[Category:OSSL functions without function syntax]]
 

Revision as of 12:53, 11 June 2011

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