mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
Added interface, stub implementation and script
stub for llRequestURL().
This commit is contained in:
@@ -1228,6 +1228,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.ScriptBase
|
||||
{
|
||||
return m_LSL_Functions.llRequestSimulatorData(simulator, data);
|
||||
}
|
||||
public LSL_Key llRequestURL()
|
||||
{
|
||||
return m_LSL_Functions.llRequestURL();
|
||||
}
|
||||
|
||||
public void llResetLandBanList()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user