OsGetGridLoginURI

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
m (Added permissions and delay information)
(7 intermediate revisions by 3 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=${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
|'''Threat Level''' || <Threat Level goes here>
+
|delay=0
 
+
|function_syntax=string osGetGridLoginURI()
|- valign="top"
+
|ossl_example=<source lang="lsl">
|'''Function Syntax''' || <source lang="lsl">
+
 
+
</source>
+
|- valign="top"
+
|'''Example(s)||<source lang="lsl">
+
 
//
 
//
 
// Example of osGetGridLoginUri()
 
// Example of osGetGridLoginUri()
Line 18: Line 13:
 
   state_entry()
 
   state_entry()
 
   {
 
   {
     llSay(0, "Grid Login Uri= "+osGetGridLoginUri());
+
     llSay(0, "Grid Login Uri= "+osGetGridLoginURI());
 
   }
 
   }
 
}
 
}
 
</source>
 
</source>
 
+
|description=Returns the current grid's login URI as a string.
|}
+
|
 
+
}}
[[Category:OSSL Functions]]
+
[[Category:OSSL functions without threat level]]
+
[[Category:OSSL functions without function syntax]]
+

Revision as of 19:54, 25 October 2017

string osGetGridLoginURI()
Returns the current grid's login URI as a string.
Threat Level Moderate
Permissions ${XEngine|osslParcelO}ESTATE_MANAGER,ESTATE_OWNER
Extra Delay 0 seconds
Example(s)
//
// Example of osGetGridLoginUri()
// returns the value of loginuri = "http://GRIDDOMAINorIP:8002" in OpenSim.ini under [GridInfo] section
//
default
{
  state_entry()
  {
     llSay(0, "Grid Login Uri= "+osGetGridLoginURI());
   }
}
Personal tools
General
About This Wiki