Plumb the rest of the serverside AO

This commit is contained in:
Melanie Thielker
2014-09-09 20:50:41 +02:00
parent 339904bc52
commit 87a4abac50
4 changed files with 113 additions and 0 deletions

View File

@@ -435,5 +435,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api.Interfaces
LSL_List GetPrimitiveParamsEx(LSL_Key prim, LSL_List rules);
LSL_List llGetPhysicsMaterial();
void llSetAnimationOverride(LSL_String animState, LSL_String anim);
void llResetAnimationOverride(LSL_String anim_state);
LSL_String llGetAnimationOverride(LSL_String anim_state);
}
}