OsGetGridNick

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Added permissions and delay information)
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
 
|threat_level=Moderate
 
|threat_level=Moderate
 +
|permissions=true
 +
|delay=0
 
|function_syntax=string osGetGridNick()
 
|function_syntax=string osGetGridNick()
 
|ossl_example=<source lang="lsl">
 
|ossl_example=<source lang="lsl">

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