mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
track originating IScriptApi method for SL-like error messages. Will add rule number tracking in next commit.
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
7ea832d47c
commit
3bf7bd6359
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user