mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Added interface, implementation stub and
script stub for llReleaseURL().
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user