mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
add LSL_Integer osClearObjectAnimations() to remove all animations on a prim, returning the number it had; some clean on sending
This commit is contained in:
@@ -5774,5 +5774,10 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
return Vector3.Zero;
|
||||
return target.StandOffset;
|
||||
}
|
||||
|
||||
public LSL_Integer osClearObjectAnimations()
|
||||
{
|
||||
return m_host.ClearObjectAnimations();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user