OsGetGridNick

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">
+
 
osGetGridNick()
 
osGetGridNick()
 
</source>
 
</source>
|- valign="top"
+
|
|'''Example(s)||<source lang="lsl">
+
ossl_example = <source lang="lsl">
 
  //
 
  //
 
  // Example of osGetGridNick()
 
  // Example of osGetGridNick()
Line 22: Line 19:
 
  }
 
  }
 
</source>
 
</source>
|}
+
|  
 
+
additional_info =
[[Category:OSSL Functions]]
+
|
 +
}}

Revision as of 16:02, 12 June 2011

osGetGridNick()
No descriptions provided
Threat Level Moderate
Permissions No permissions specified
Extra Delay No function delay specified
Example(s)
//
 // Example of osGetGridNick()
 // returns the value of gridnick = "hippogrid" in OpenSim.ini under [GridInfo] section
 //
  default
 {
 state_entry()
   {
   llSay(0, "Grid Nick Name = "+osGetGridNick());
   }
 }
Personal tools
General
About This Wiki