Plumb llSetAnimationOverride

This commit is contained in:
Melanie Thielker
2014-09-09 03:01:05 +02:00
parent cf1d58d164
commit f2390f7c72
5 changed files with 54 additions and 0 deletions

View File

@@ -434,5 +434,6 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
void llSetKeyframedMotion(LSL_List frames, LSL_List options);
LSL_List GetPrimitiveParamsEx(LSL_Key prim, LSL_List rules);
LSL_List llGetPhysicsMaterial();
void llSetAnimationOverride(LSL_String animState, LSL_String anim);
}
}