implement LSL "print()" API function

This commit is contained in:
dahlia
2011-03-31 21:14:53 -07:00
parent 8f4bf43534
commit 8c8a0a182e
3 changed files with 13 additions and 1 deletions

View File

@@ -398,6 +398,7 @@ 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 print(string str);
void SetPrimitiveParamsEx(LSL_Key prim, LSL_List rules);
LSL_List GetLinkPrimitiveParamsEx(LSL_Key prim, LSL_List rules);