OsGetGridLoginURI
From OpenSimulator
(Difference between revisions)
| Line 1: | Line 1: | ||
| − | <source lang="lsl"> | + | {| width="100%" style="border: thin solid black" |
| + | | colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}''' | ||
| + | |- valign="top" | ||
| + | |'''Threat Level''' || <Threat Level goes here> | ||
| + | |||
| + | |- valign="top" | ||
| + | |'''Function Syntax''' || <source lang="lsl"> | ||
| + | |||
| + | </source> | ||
| + | |- valign="top" | ||
| + | |'''Example(s)||<source lang="lsl"> | ||
// | // | ||
// Example of osGetGridLoginUri() | // Example of osGetGridLoginUri() | ||
| Line 13: | Line 23: | ||
</source> | </source> | ||
| − | [[Category:OSSL]] | + | |} |
| + | |||
| + | [[Category:OSSL Functions]] | ||
[[Category:OSSL functions without threat level]] | [[Category:OSSL functions without threat level]] | ||
[[Category:OSSL functions without function syntax]] | [[Category:OSSL functions without function syntax]] | ||
Revision as of 08:27, 11 June 2011
| OsGetGridLoginURI | |
| Threat Level | <Threat Level goes here> |
| Function Syntax | |
| 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()); } } |