OsGetGridNick

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (some format conversions)
Line 1: Line 1:
{{osslfunc|
+
{{osslfunc
threat_level = Moderate
+
|threat_level=Moderate
|
+
|function_syntax=osGetGridNick()
function_syntax = <source lang="lsl">
+
|ossl_example=<source lang="lsl">
osGetGridNick()
+
</source>
+
|
+
ossl_example = <source lang="lsl">
+
 
  //
 
  //
 
  // Example of osGetGridNick()
 
  // Example of osGetGridNick()
Line 19: Line 15:
 
  }
 
  }
 
</source>
 
</source>
|  
+
|description=
additional_info =  
+
 
|
 
|
 
}}
 
}}

Revision as of 21:33, 1 July 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