Add llGetPhysicsMaterial

This commit is contained in:
Melanie
2013-05-04 00:44:47 +02:00
parent d982d24938
commit 4904d40138
3 changed files with 18 additions and 0 deletions

View File

@@ -433,5 +433,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void SetPrimitiveParamsEx(LSL_Key prim, LSL_List rules, string originFunc);
void llSetKeyframedMotion(LSL_List frames, LSL_List options);
LSL_List GetPrimitiveParamsEx(LSL_Key prim, LSL_List rules);
LSL_List llGetPhysicsMaterial();
}
}