Add interface, stubbed implementation and

script stub for llRequestSecureURL().
This commit is contained in:
Charles Krinke
2009-05-13 01:06:06 +00:00
parent e206a9ce88
commit c23bd2d6ea
3 changed files with 14 additions and 1 deletions

View File

@@ -273,6 +273,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Key llRequestAgentData(string id, int data);
LSL_Key llRequestInventoryData(string name);
void llRequestPermissions(string agent, int perm);
LSL_String llRequestSecureURL();
LSL_Key llRequestSimulatorData(string simulator, int data);
LSL_Key llRequestURL();
void llResetLandBanList();