mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
Thank you, patnad, for a patch that adds 3 new discovery functions
to OSSL. Applied with changes. Fixes Mantis #3172
This commit is contained in:
@@ -247,6 +247,21 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
m_OSSL_Functions.osMakeNotecard(notecardName, contents);
|
||||
}
|
||||
|
||||
public string osGetGridNick()
|
||||
{
|
||||
return m_OSSL_Functions.osGetGridNick();
|
||||
}
|
||||
|
||||
public string osGetGridName()
|
||||
{
|
||||
return m_OSSL_Functions.osGetGridName();
|
||||
}
|
||||
|
||||
public string osGetGridLoginURI()
|
||||
{
|
||||
return m_OSSL_Functions.osGetGridLoginURI();
|
||||
}
|
||||
|
||||
public OSSLPrim Prim;
|
||||
|
||||
[Serializable]
|
||||
|
||||
Reference in New Issue
Block a user