Add permission checks to scripted object movements, which didn't respect bans

and parcel settings until now. Add llSetRegionPos() function according to
LL spec
This commit is contained in:
Melanie
2012-02-23 00:08:31 +01:00
parent 3796e08b59
commit c0b8f3d0bc
3 changed files with 59 additions and 1 deletions

View File

@@ -346,6 +346,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void llSetParcelMusicURL(string url);
void llSetPayPrice(int price, LSL_List quick_pay_buttons);
void llSetPos(LSL_Vector pos);
LSL_Integer llSetRegionPos(LSL_Vector pos);
LSL_Integer llSetPrimMediaParams(int face, LSL_List rules);
void llSetPrimitiveParams(LSL_List rules);
void llSetLinkPrimitiveParamsFast(int linknum, LSL_List rules);