OsGetGridLoginURI

From OpenSimulator

(Difference between revisions)
Jump to: navigation, search
Line 15: Line 15:
 
[[Category:OSSL]]
 
[[Category:OSSL]]
 
[[Category:OSSL functions without threat level]]
 
[[Category:OSSL functions without threat level]]
 +
[[Category:OSSL functions without function syntax]]

Revision as of 08:41, 8 June 2011

//
// 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