track originating IScriptApi method for SL-like error messages. Will add rule number tracking in next commit.

This commit is contained in:
SignpostMarv
2012-08-28 03:21:04 +01:00
committed by Justin Clark-Casey (justincc)
parent 7ea832d47c
commit 3bf7bd6359
3 changed files with 17 additions and 13 deletions

View File

@@ -424,7 +424,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_String llXorBase64StringsCorrect(string str1, string str2);
void print(string str);
void SetPrimitiveParamsEx(LSL_Key prim, LSL_List rules);
void SetPrimitiveParamsEx(LSL_Key prim, LSL_List rules, string originFunc);
LSL_List GetPrimitiveParamsEx(LSL_Key prim, LSL_List rules);
}
}