* Implements the rest of llGetAgentInfo() with the exception of AGENT_BUSY.
* Thanks nlin
This commit is contained in:
Justin Clarke Casey
2008-10-23 20:06:23 +00:00
parent c379c66c7c
commit 5c2d400235
3 changed files with 44 additions and 7 deletions

View File

@@ -38,6 +38,10 @@ namespace OpenSim.Region.Environment.Scenes
private Animation m_defaultAnimation = new Animation();
private List<Animation> m_animations = new List<Animation>();
public Animation DefaultAnimation
{
get { return m_defaultAnimation; }
}
public AnimationSet()
{
ResetDefaultAnimation();