Add two new osFunctions:

list osGetPrimititveParams(key prim, list rules);
osSetPrimitiveParams(key prim, list rules);
This commit is contained in:
Melanie Thielker
2010-06-02 01:01:56 +02:00
committed by Melanie
parent a863eb9da3
commit 53e96dccef
5 changed files with 50 additions and 0 deletions

View File

@@ -395,5 +395,8 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_Vector llWind(LSL_Vector offset);
LSL_String llXorBase64Strings(string str1, string str2);
LSL_String llXorBase64StringsCorrect(string str1, string str2);
void SetPrimitiveParamsEx(LSL_Key prim, LSL_List rules);
LSL_List GetLinkPrimitiveParamsEx(LSL_Key prim, LSL_List rules);
}
}