parent
2776afd83d
commit
4db2f71c45
|
@ -1164,6 +1164,11 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
|||
m_LSL_Functions.llReleaseCamera(avatar);
|
||||
}
|
||||
|
||||
public void llReleaseURL(string url)
|
||||
{
|
||||
m_LSL_Functions.llReleaseURL(url);
|
||||
}
|
||||
|
||||
public void llReleaseControls()
|
||||
{
|
||||
m_LSL_Functions.llReleaseControls();
|
||||
|
|
Loading…
Reference in New Issue