mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 05:45:37 +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);
|
||||
}
|
||||
|
||||
// old api hook, to remove
|
||||
public void AddNewMovement(Vector3 vec)
|
||||
{
|
||||
AddNewMovement(vec, AgentControlNormalVel);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Rotate the avatar to the given rotation and apply a movement in the given relative vector
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user