OsGetGridNick

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
 
Line 1: Line 1:
 
{{osslfunc
 
{{osslfunc
|threat_level=none
+
|threat_level=None
 
|permissions=true
 
|permissions=true
 
|delay=0
 
|delay=0

Latest revision as of 15:12, 1 June 2021

string osGetGridNick()
Returns the current grid's nickname as a string.
Threat Level None
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