OsGetGridNick

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m
m (Added permissions and delay information)
(4 intermediate revisions by 2 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=Moderate
|- valign="top"
+
|permissions=true
|'''Threat Level''' || Moderate
+
|delay=0
 
+
|function_syntax=string osGetGridNick()
|- valign="top"
+
|ossl_example=<source lang="lsl">
|'''Function Syntax''' || <source lang="lsl">
+
osGetGridNick()
+
</source>
+
|- valign="top"
+
|'''Example(s)||<source lang="lsl">
+
 
  //
 
  //
 
  // Example of osGetGridNick()
 
  // Example of osGetGridNick()
Line 22: Line 17:
 
  }
 
  }
 
</source>
 
</source>
|}
+
|description=Returns the current grid's nickname as a string.
 
+
|
[[Category:OSSL Functions]]
+
}}

Revision as of 19:56, 25 October 2017

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