OsGetGridName

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m
Line 1: Line 1:
{| width="100%" style="border: thin solid black"
+
{{osslfunc|
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}'''
+
threat_level = Moderate
|- valign="top"
+
|
|'''Threat Level''' || Moderate
+
function_syntax = <source lang="lsl">
 
+
|- valign="top"
+
|'''Function Syntax''' || <source lang="lsl">
+
 
osGetGridName()
 
osGetGridName()
 
</source>
 
</source>
|- valign="top"
+
|
|'''Example(s)||<source lang="lsl">
+
ossl_example =<source lang="lsl">
 
  //
 
  //
 
  // Example of osGetGridName()
 
  // Example of osGetGridName()
Line 22: Line 19:
 
  }
 
  }
 
</source>
 
</source>
|}
+
|  
 
+
additional_info =
[[Category:OSSL Functions]]
+
|
 +
}}

Revision as of 16:01, 12 June 2011

osGetGridName()
No descriptions provided
Threat Level Moderate
Permissions No permissions specified
Extra Delay No function delay specified
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