mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
add old sp.AddNewMovement with one argument, for possible external code
This commit is contained in:
@@ -3789,6 +3789,12 @@ namespace OpenSim.Region.Framework.Scenes
|
|||||||
Animator.avnChangeAnim(animID, addRemove, sendPack);
|
Animator.avnChangeAnim(animID, addRemove, sendPack);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// old api hook, to remove
|
||||||
|
public void AddNewMovement(Vector3 vec)
|
||||||
|
{
|
||||||
|
AddNewMovement(vec, AgentControlNormalVel);
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Rotate the avatar to the given rotation and apply a movement in the given relative vector
|
/// Rotate the avatar to the given rotation and apply a movement in the given relative vector
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|||||||
Reference in New Issue
Block a user