OsGetGridName

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{|  width="100%" style="border: thin solid black"
+
{{osslfunc
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
+
|threat_level=None
|- valign="top"
+
|permissions=true
|'''Threat Level''' || <Threat Level goes here>
+
|delay=0
 
+
|function_syntax=string osGetGridName()
|- valign="top"
+
|
|'''Function Syntax''' || <source lang="lsl">
+
ossl_example =<source lang="lsl">
osGetGridName()
+
</source>
+
|- valign="top"
+
|'''Example(s)||<source lang="lsl">
+
 
  //
 
  //
 
  // Example of osGetGridName()
 
  // Example of osGetGridName()
Line 22: Line 18:
 
  }
 
  }
 
</source>
 
</source>
|}
+
|description=Returns the current grid's name as a string.
 
+
|
[[Category:OSSL Functions]]
+
}}
[[Category:OSSL functions without threat level]]
+

Latest revision as of 15:13, 1 June 2021

string osGetGridName()
Returns the current grid's name as a string.
Threat Level None
Permissions Use of this function is always allowed by default
Extra Delay 0 seconds
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