Added interface, stub implementation and script

stub for llRequestURL().
This commit is contained in:
Charles Krinke
2009-05-13 00:58:01 +00:00
parent ba99f2a1a5
commit f63b83b085
3 changed files with 11 additions and 0 deletions

View File

@@ -274,6 +274,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Key llRequestInventoryData(string name);
void llRequestPermissions(string agent, int perm);
LSL_Key llRequestSimulatorData(string simulator, int data);
LSL_Key llRequestURL();
void llResetLandBanList();
void llResetLandPassList();
void llResetOtherScript(string name);