OsGetGridLoginURI
From OpenSimulator
(Difference between revisions)
m |
|||
Line 2: | Line 2: | ||
| colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}''' | | colspan="2" align="center" style=background:orange | '''{{SUBPAGENAME}}''' | ||
|- valign="top" | |- valign="top" | ||
− | |'''Threat Level''' || | + | |'''Threat Level''' || Moderate |
|- valign="top" | |- valign="top" | ||
Line 26: | Line 26: | ||
[[Category:OSSL Functions]] | [[Category:OSSL Functions]] | ||
− |
Revision as of 12:31, 11 June 2011
OsGetGridLoginURI | |
Threat Level | Moderate |
Function Syntax | osGetGridLoginUri() |
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()); } } |