Added interface, implementation stub and

script stub for llReleaseURL().
0.6.5-rc1
Charles Krinke 2009-05-13 01:21:50 +00:00
parent 2776afd83d
commit 4db2f71c45
1 changed files with 5 additions and 0 deletions

View File

@ -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();